about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authoroy <Tom_Adams@web.de>2011-08-03 23:15:00 +0200
committeroy <Tom_Adams@web.de>2011-08-05 19:52:32 +0200
commit709c05bb371fa02e0e8ed1e07ed26c0e157a2abe (patch)
tree574466fc19b287a2ca99fe09e9620d67a345d699 /src
parent2aee50d5b1753b2a007fad35629cd2a16e77ba33 (diff)
downloadzcatch-709c05bb371fa02e0e8ed1e07ed26c0e157a2abe.tar.gz
zcatch-709c05bb371fa02e0e8ed1e07ed26c0e157a2abe.zip
improved description for restart command. Closes #796
Diffstat (limited to 'src')
-rw-r--r--src/game/server/gamecontext.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/server/gamecontext.cpp b/src/game/server/gamecontext.cpp
index 6b029bbd..b59a7244 100644
--- a/src/game/server/gamecontext.cpp
+++ b/src/game/server/gamecontext.cpp
@@ -1322,7 +1322,7 @@ void CGameContext::OnConsoleInit()
 	Console()->Register("tune_dump", "", CFGFLAG_SERVER, ConTuneDump, this, "Dump tuning");
 
 	Console()->Register("change_map", "?r", CFGFLAG_SERVER|CFGFLAG_STORE, ConChangeMap, this, "Change map");
-	Console()->Register("restart", "?i", CFGFLAG_SERVER|CFGFLAG_STORE, ConRestart, this, "Restart in x seconds");
+	Console()->Register("restart", "?i", CFGFLAG_SERVER|CFGFLAG_STORE, ConRestart, this, "Restart in x seconds (0 = abort)");
 	Console()->Register("broadcast", "r", CFGFLAG_SERVER, ConBroadcast, this, "Broadcast message");
 	Console()->Register("say", "r", CFGFLAG_SERVER, ConSay, this, "Say in chat");
 	Console()->Register("set_team", "ii?i", CFGFLAG_SERVER, ConSetTeam, this, "Set team of player to team");