diff options
| author | oy <Tom_Adams@web.de> | 2011-01-06 13:37:28 +0100 |
|---|---|---|
| committer | oy <Tom_Adams@web.de> | 2011-01-06 13:37:28 +0100 |
| commit | 1306b62ce2e7c3494326889788b0fbacd371a709 (patch) | |
| tree | 1f457e5a8c83397d33c5ed6d8d715705c6cf4c67 /src/game/client/gameclient.cpp | |
| parent | 73010e7d2e501c08bcc10adf26c3c0084e5f6553 (diff) | |
| download | zcatch-1306b62ce2e7c3494326889788b0fbacd371a709.tar.gz zcatch-1306b62ce2e7c3494326889788b0fbacd371a709.zip | |
added command to move all players to a team. Closes #384
Diffstat (limited to 'src/game/client/gameclient.cpp')
| -rw-r--r-- | src/game/client/gameclient.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/client/gameclient.cpp b/src/game/client/gameclient.cpp index ceae1b5d..be791284 100644 --- a/src/game/client/gameclient.cpp +++ b/src/game/client/gameclient.cpp @@ -192,6 +192,7 @@ void CGameClient::OnConsoleInit() Console()->Register("broadcast", "r", CFGFLAG_SERVER, 0, 0, "Broadcast message"); Console()->Register("say", "r", CFGFLAG_SERVER, 0, 0, "Say in chat"); Console()->Register("set_team", "ii", CFGFLAG_SERVER, 0, 0, "Set team of player to team"); + Console()->Register("set_team_all", "i", CFGFLAG_SERVER, 0, 0, "Set team of all players to team"); Console()->Register("addvote", "r", CFGFLAG_SERVER, 0, 0, "Add a voting option"); Console()->Register("vote", "r", CFGFLAG_SERVER, 0, 0, "Force a vote to yes/no"); |