forked from Mirrorlandia_minetest/minetest
Minimap messages: Improve 'disabled by server' message
This commit is contained in:
parent
abd8a30c05
commit
8a99c8c94a
@ -2873,7 +2873,7 @@ void Game::toggleMinimap(bool shift_pressed)
|
|||||||
if (hud_flags & HUD_FLAG_MINIMAP_VISIBLE)
|
if (hud_flags & HUD_FLAG_MINIMAP_VISIBLE)
|
||||||
showStatusTextSimple("Minimap hidden");
|
showStatusTextSimple("Minimap hidden");
|
||||||
else
|
else
|
||||||
showStatusTextSimple("Minimap disabled by server");
|
showStatusTextSimple("Minimap currently disabled by game or mod");
|
||||||
}
|
}
|
||||||
|
|
||||||
runData.statustext_time = 0;
|
runData.statustext_time = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user