diff options
| author | oy <Tom_Adams@web.de> | 2011-08-03 23:15:00 +0200 |
|---|---|---|
| committer | oy <Tom_Adams@web.de> | 2011-08-05 19:52:32 +0200 |
| commit | 709c05bb371fa02e0e8ed1e07ed26c0e157a2abe (patch) | |
| tree | 574466fc19b287a2ca99fe09e9620d67a345d699 | |
| parent | 2aee50d5b1753b2a007fad35629cd2a16e77ba33 (diff) | |
| download | zcatch-709c05bb371fa02e0e8ed1e07ed26c0e157a2abe.tar.gz zcatch-709c05bb371fa02e0e8ed1e07ed26c0e157a2abe.zip | |
improved description for restart command. Closes #796
| -rw-r--r-- | src/game/server/gamecontext.cpp | 2 |
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"); |