mirror of
https://github.com/minetest/minetest.git
synced 2025-03-13 22:02:36 +01:00
Minimap messages: Improve 'disabled by server' message
This commit is contained in:
@ -2873,7 +2873,7 @@ void Game::toggleMinimap(bool shift_pressed)
|
||||
if (hud_flags & HUD_FLAG_MINIMAP_VISIBLE)
|
||||
showStatusTextSimple("Minimap hidden");
|
||||
else
|
||||
showStatusTextSimple("Minimap disabled by server");
|
||||
showStatusTextSimple("Minimap currently disabled by game or mod");
|
||||
}
|
||||
|
||||
runData.statustext_time = 0;
|
||||
|
Reference in New Issue
Block a user