summaryrefslogtreecommitdiff
path: root/src/game/g_cmds.c
diff options
context:
space:
mode:
authorM. Kristall <mkpdev@gmail.com>2010-02-26 14:08:51 +0000
committerTim Angus <tim@ngus.net>2013-01-03 00:17:27 +0000
commite17c99932a785f0d1548f1b98c8ca93cc0c97eb6 (patch)
treeca34428572e0c66b28c5dbbd7f46640e5f42b2ad /src/game/g_cmds.c
parent56bdec8ad4cf7abfb8688d31625936be74d51642 (diff)
* Use flood prevention with "team" command
Diffstat (limited to 'src/game/g_cmds.c')
-rw-r--r--src/game/g_cmds.c2
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 },