projects
/
oweals
/
minetest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
abd8a30
)
Minimap messages: Improve 'disabled by server' message
author
paramat
<paramat@users.noreply.github.com>
Mon, 11 Dec 2017 11:45:02 +0000
(11:45 +0000)
committer
paramat
<mat.gregory@virginmedia.com>
Thu, 14 Dec 2017 20:59:54 +0000
(20:59 +0000)
src/game.cpp
patch
|
blob
|
history
diff --git
a/src/game.cpp
b/src/game.cpp
index ee2b19933698bda28e01622ddcd2b2104044f482..81a5f58097124a7c3f911e256f600f6e6277e2d0 100644
(file)
--- 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;