capturetheflag/mods/no_sneak_glitch/init.lua

4 lines
105 B
Lua
Raw Normal View History

2015-11-30 20:29:18 +00:00
minetest.register_on_joinplayer(function(player)
2015-12-05 19:07:48 +00:00
player:set_physics_override({sneak_glitch=false})
2015-11-30 20:29:18 +00:00
end)