summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/game.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game.cpp b/src/game.cpp
index ee2b19933..81a5f5809 100644
--- a/src/game.cpp
+++ b/src/game.cpp
@@ -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;