Remove no_sneak_glitch
This commit is contained in:
parent
36369fb01a
commit
c6dbb7cd7f
3 changed files with 0 additions and 4 deletions
|
@ -1 +0,0 @@
|
|||
This mod disables the sneak glitch for all players.
|
|
@ -1,3 +0,0 @@
|
|||
minetest.register_on_joinplayer(function(player)
|
||||
player:set_physics_override({sneak_glitch=false})
|
||||
end)
|
Loading…
Reference in a new issue