From: LegendaryGuard Date: Thu, 25 May 2023 10:09:06 +0000 (+0000) Subject: Increase IGNORE_MAXPLAYERS to 16 X-Git-Tag: xonotic-v0.8.6~69 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=75ff9cef06ab638228b70cbc92716ccdec5ed354;p=xonotic%2Fxonotic-data.pk3dir.git Increase IGNORE_MAXPLAYERS to 16 --- 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);