diff options
author | M. Kristall <mkpdev@gmail.com> | 2010-02-26 14:08:51 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-03 00:17:27 +0000 |
commit | e17c99932a785f0d1548f1b98c8ca93cc0c97eb6 (patch) | |
tree | ca34428572e0c66b28c5dbbd7f46640e5f42b2ad /src/game/g_cmds.c | |
parent | 56bdec8ad4cf7abfb8688d31625936be74d51642 (diff) |
* Use flood prevention with "team" command
Diffstat (limited to 'src/game/g_cmds.c')
-rw-r--r-- | src/game/g_cmds.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/g_cmds.c b/src/game/g_cmds.c index 951a0567..bf773fe5 100644 --- a/src/game/g_cmds.c +++ b/src/game/g_cmds.c @@ -2966,7 +2966,7 @@ commands_t cmds[ ] = { { "score", CMD_INTERMISSION, ScoreboardMessage }, { "sell", CMD_HUMAN|CMD_LIVING, Cmd_Sell_f }, { "setviewpos", CMD_CHEAT_TEAM, Cmd_SetViewpos_f }, - { "team", 0, Cmd_Team_f }, + { "team", CMD_MESSAGE, Cmd_Team_f }, { "teamvote", CMD_TEAM, Cmd_Vote_f }, { "test", CMD_CHEAT, Cmd_Test_f }, { "unignore", 0, Cmd_Ignore_f }, |