diff --git a/init.lua b/init.lua index 6378784..55695c3 100644 --- a/init.lua +++ b/init.lua @@ -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) - \ No newline at end of file +