Initial commit
This commit is contained in:
commit
6dded8a850
0
depends.txt
Normal file
0
depends.txt
Normal file
1
description.txt
Normal file
1
description.txt
Normal file
@ -0,0 +1 @@
|
||||
This mod disables the sneak glitch for all players.
|
3
init.lua
Normal file
3
init.lua
Normal file
@ -0,0 +1,3 @@
|
||||
minetest.register_on_joinplayer(function(player)
|
||||
player:set_physics_override({sneak_glitch=false, sneak=false})
|
||||
end)
|
Loading…
x
Reference in New Issue
Block a user