Enable sneak glitch again

This commit is contained in:
Wuzzy 2014-11-01 22:44:47 +01:00
parent 9f45473297
commit f9bc6ef701
3 changed files with 0 additions and 4 deletions

View File

@ -1 +0,0 @@
This mod disables the sneak glitch for all players.

View File

@ -1,3 +0,0 @@
minetest.register_on_joinplayer(function(player)
player:set_physics_override({sneak_glitch=false})
end)