Remove no_sneak_glitch

This commit is contained in:
rubenwardy 2017-10-10 22:41:04 +01:00
parent 36369fb01a
commit c6dbb7cd7f
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)