Minimap messages: Improve 'disabled by server' message
authorparamat <paramat@users.noreply.github.com>
Mon, 11 Dec 2017 11:45:02 +0000 (11:45 +0000)
committerparamat <mat.gregory@virginmedia.com>
Thu, 14 Dec 2017 20:59:54 +0000 (20:59 +0000)
src/game.cpp

index ee2b19933698bda28e01622ddcd2b2104044f482..81a5f58097124a7c3f911e256f600f6e6277e2d0 100644 (file)
@@ -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;