Allow sneaking
This commit is contained in:
parent
d3ff7a61b1
commit
e8bb6d9ed1
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
||||||
minetest.register_on_joinplayer(function(player)
|
minetest.register_on_joinplayer(function(player)
|
||||||
player:set_physics_override({sneak_glitch=false, sneak=false})
|
player:set_physics_override({sneak_glitch=false})
|
||||||
end)
|
end)
|
||||||
|
|
Loading…
Reference in a new issue