Skip to content
Snippets Groups Projects
Commit e6f54761 authored by rubenwardy's avatar rubenwardy
Browse files

Disable minimap

parent 5c69ac55
No related branches found
No related tags found
No related merge requests found
minetest.register_on_joinplayer(function(player)
player:hud_set_flags({
minimap = false,
})
end)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment