diff --git a/mods/no_sneak_glitch/init.lua b/mods/no_sneak_glitch/init.lua index 79655a4..ae00c79 100644 --- a/mods/no_sneak_glitch/init.lua +++ b/mods/no_sneak_glitch/init.lua @@ -1,3 +1,3 @@ minetest.register_on_joinplayer(function(player) - player:set_physics_override({sneak_glitch=false, sneak=false}) + player:set_physics_override({sneak_glitch=false}) end)