From 8a99c8c94a40640c7c337278277f5c027e96f3cb Mon Sep 17 00:00:00 2001 From: paramat Date: Mon, 11 Dec 2017 11:45:02 +0000 Subject: Minimap messages: Improve 'disabled by server' message --- src/game.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game.cpp') 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; -- cgit v1.2.3