Remove minimap; closes #29

This commit is contained in:
KaadmY 2017-05-10 10:20:40 -07:00
parent d24cd2146e
commit 9c8abac706

View File

@ -106,6 +106,9 @@ local function on_joinplayer(player)
-- uncomment to disable the sneak glitch -- uncomment to disable the sneak glitch
player:set_physics_override({sneak_glitch = false}) player:set_physics_override({sneak_glitch = false})
-- uncomment to disable the minimap
player:hud_set_flags({minimap = false})
player_lastpos[name] = player:getpos() player_lastpos[name] = player:getpos()
end end