capturetheflag/mods/other/no_minimap/init.lua

6 lines
101 B
Lua
Raw Normal View History

2017-10-12 15:50:48 +00:00
minetest.register_on_joinplayer(function(player)
player:hud_set_flags({
minimap = false,
})
end)