From ee99ee93e430977979da79bcb0ca4b165715af73 Mon Sep 17 00:00:00 2001 From: Arkshine Date: Sat, 19 Jul 2014 19:58:22 +0200 Subject: [PATCH] Add :+1: to MAX_PLAYERS for the sake of convenience. --- plugins/include/amxconst.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/include/amxconst.inc b/plugins/include/amxconst.inc index 1fcadbb1..9911f084 100755 --- a/plugins/include/amxconst.inc +++ b/plugins/include/amxconst.inc @@ -29,7 +29,7 @@ * MAX_PLAYERS is not the same as MaxClients. * MAX_PLAYERS is a hardcoded value as an upper limit. MaxClients changes based on the server. */ -#define MAX_PLAYERS 32 /* Maximum number of players Half-Life 1 based games support */ +#define MAX_PLAYERS 33 /* Maximum number of players AMX Mod X supports */ #define MAX_NAME_LENGTH 32 /* Maximum buffer required to store a client name */ public const MaxClients; /* Maximum number of players the server supports (dynamic) */