From e17c99932a785f0d1548f1b98c8ca93cc0c97eb6 Mon Sep 17 00:00:00 2001 From: "M. Kristall" Date: Fri, 26 Feb 2010 14:08:51 +0000 Subject: * Use flood prevention with "team" command --- src/game/g_cmds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/g_cmds.c') 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 }, -- cgit