From 83660e08531d3f8f00e33377a7fb75d6e963871b Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Sat, 29 Mar 2008 14:39:45 +0000 Subject: added spam protection --- src/game/g_variables.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/game/g_variables.h') diff --git a/src/game/g_variables.h b/src/game/g_variables.h index 84725ee4..e95b1e4e 100644 --- a/src/game/g_variables.h +++ b/src/game/g_variables.h @@ -52,5 +52,6 @@ MACRO_CONFIG_INT(sv_scorelimit, 20, 0, 1000) MACRO_CONFIG_INT(sv_timelimit, 0, 0, 1000) MACRO_CONFIG_STR(sv_gametype, 32, "dm") MACRO_CONFIG_INT(sv_tournament_mode, 0, 0, 1) +MACRO_CONFIG_INT(sv_spamprotection, 1, 0, 1) MACRO_CONFIG_INT(sv_spectator_slots, 0, 0, 12) -- cgit 1.4.1