]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Increase IGNORE_MAXPLAYERS to 16
authorLegendaryGuard <rootuser999@gmail.com>
Thu, 25 May 2023 10:09:06 +0000 (10:09 +0000)
committerLegendaryGuard <rootuser999@gmail.com>
Thu, 25 May 2023 10:09:06 +0000 (10:09 +0000)
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);