From 75ff9cef06ab638228b70cbc92716ccdec5ed354 Mon Sep 17 00:00:00 2001 From: LegendaryGuard Date: Thu, 25 May 2023 10:09:06 +0000 Subject: [PATCH] Increase IGNORE_MAXPLAYERS to 16 --- qcsrc/server/command/cmd.qh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcsrc/server/command/cmd.qh b/qcsrc/server/command/cmd.qh index 27be10dd3..25c694918 100644 --- a/qcsrc/server/command/cmd.qh +++ b/qcsrc/server/command/cmd.qh @@ -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); -- 2.39.2