Remove minimap; closes #29
This commit is contained in:
parent
d24cd2146e
commit
9c8abac706
@ -100,12 +100,15 @@ local function on_joinplayer(player)
|
|||||||
|
|
||||||
player_health[name] = player:get_hp()
|
player_health[name] = player:get_hp()
|
||||||
|
|
||||||
-- uncomment to enable player-on-player collisions
|
-- uncomment to enable player-on-player collisions
|
||||||
-- player:set_properties({physical = true})
|
-- player:set_properties({physical = true})
|
||||||
|
|
||||||
-- 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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user