diff options
| author | BeaR <cinaera@web.de> | 2011-09-04 11:13:30 +0200 |
|---|---|---|
| committer | oy <Tom_Adams@web.de> | 2011-12-30 21:52:01 +0100 |
| commit | afb1d5e20158de57e7e6fcb49be5204b02a8fe12 (patch) | |
| tree | bfc2c26a0cf00ba19f9da52fb4d26d700afbaab1 /src/game/client | |
| parent | 8052ddf0ff3fcf09cb1679e20b0dc8818f05cf91 (diff) | |
| download | zcatch-afb1d5e20158de57e7e6fcb49be5204b02a8fe12.tar.gz zcatch-afb1d5e20158de57e7e6fcb49be5204b02a8fe12.zip | |
Swap and Shuffle Teams
Diffstat (limited to 'src/game/client')
| -rw-r--r-- | src/game/client/gameclient.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/client/gameclient.cpp b/src/game/client/gameclient.cpp index 2fd1c2f3..836e7a9d 100644 --- a/src/game/client/gameclient.cpp +++ b/src/game/client/gameclient.cpp @@ -194,6 +194,8 @@ void CGameClient::OnConsoleInit() Console()->Register("force_vote", "ss?r", CFGFLAG_SERVER, 0, 0, "Force a voting option"); Console()->Register("clear_votes", "", CFGFLAG_SERVER, 0, 0, "Clears the voting options"); Console()->Register("vote", "r", CFGFLAG_SERVER, 0, 0, "Force a vote to yes/no"); + Console()->Register("swap_teams", "", CFGFLAG_SERVER, 0, 0, "Swap the current teams"); + Console()->Register("shuffle_teams", "", CFGFLAG_SERVER, 0, 0, "Shuffle the current teams"); // propagate pointers |