From 1306b62ce2e7c3494326889788b0fbacd371a709 Mon Sep 17 00:00:00 2001 From: oy Date: Thu, 6 Jan 2011 13:37:28 +0100 Subject: added command to move all players to a team. Closes #384 --- src/game/client/gameclient.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/game/client/gameclient.cpp') 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"); -- cgit 1.4.1