disallow sneak bug

This commit is contained in:
chmodsayshello 2022-10-12 14:06:21 +00:00
parent 70885adf6d
commit 49124e2cab
1 changed files with 2 additions and 1 deletions

View File

@ -46,6 +46,7 @@ arena_lib.register_minigame("the_bridge", {
in_game_physics = {
speed = player_speed,
jump = player_jump,
sneak=false,
},
disabled_damage_types = {},
@ -137,4 +138,4 @@ ChatCmdBuilder.new("the_bridge", function(cmd)
return true
end)