capturetheflag/mods/no_sneak_glitch/init.lua
2015-11-30 20:29:18 +00:00

4 lines
118 B
Lua

minetest.register_on_joinplayer(function(player)
player:set_physics_override({sneak_glitch=false, sneak=false})
end)