Disable sneak glitch

master
PilzAdam 2015-10-31 22:34:57 +01:00
parent 11a5e4aae6
commit b460e550fe
1 changed files with 1 additions and 0 deletions

View File

@ -408,6 +408,7 @@ end
minetest.register_on_joinplayer(function(player)
player:set_properties({ textures = {} })
player:set_sky("0x000000", "plain", {})
player:set_physics_override({ sneak_glitch = false })
player:hud_set_hotbar_itemcount(INV_SIZE)
player:hud_set_flags({