aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparamat <paramat@users.noreply.github.com>2017-12-11 11:45:02 +0000
committerparamat <mat.gregory@virginmedia.com>2017-12-14 20:59:54 +0000
commit8a99c8c94a40640c7c337278277f5c027e96f3cb (patch)
treed65036545772eb50d390fa491907c23457f3b0ea
parentabd8a30c0542c75622d8e2b46e3529c9e798d227 (diff)
downloadhax-minetest-server-8a99c8c94a40640c7c337278277f5c027e96f3cb.tar.gz
hax-minetest-server-8a99c8c94a40640c7c337278277f5c027e96f3cb.zip
Minimap messages: Improve 'disabled by server' message
-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;