Skip to content

Commit 8a99c8c

Browse files
committedDec 14, 2017
Minimap messages: Improve 'disabled by server' message
1 parent abd8a30 commit 8a99c8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎src/game.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -2873,7 +2873,7 @@ void Game::toggleMinimap(bool shift_pressed)
28732873
if (hud_flags & HUD_FLAG_MINIMAP_VISIBLE)
28742874
showStatusTextSimple("Minimap hidden");
28752875
else
2876-
showStatusTextSimple("Minimap disabled by server");
2876+
showStatusTextSimple("Minimap currently disabled by game or mod");
28772877
}
28782878

28792879
runData.statustext_time = 0;

0 commit comments

Comments
 (0)
Please sign in to comment.