]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/command/cmd.qh
Increase IGNORE_MAXPLAYERS to 16
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / command / cmd.qh
index 27be10dd32facfdb2cc69719edb3f00628958f9b..25c69491851d54afe4d4d75a21dcaa80a259de62 100644 (file)
@@ -8,7 +8,7 @@ int autocvar_sv_clientcommand_antispam_count;
 .float cmd_floodtime;
 .string ignore_list; // stores player id's, maybe can be upgraded to store net address for reconnect protection
 
-const int IGNORE_MAXPLAYERS = 8; // maximum players to be ignored in the personal chat
+const int IGNORE_MAXPLAYERS = 16; // maximum players to be ignored in the personal chat
 
 string MapVote_Suggest(entity this, string m);