Skip to content

Commit

Permalink
Minimap messages: Improve 'disabled by server' message
Browse files Browse the repository at this point in the history
  • Loading branch information
paramat committed Dec 14, 2017
1 parent abd8a30 commit 8a99c8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game.cpp
Expand Up @@ -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;
Expand Down

0 comments on commit 8a99c8c

Please sign in to comment.