MAX_PLAYERS: Change value in includes

This commit is contained in:
Arkshine
2015-02-01 18:40:20 +01:00
parent dd38ee103b
commit 1b350b627b
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@
* all possible server situations. MaxClients changes based on the
* server the plugin is deployed on..
*/
#define MAX_PLAYERS 33 /* Maximum number of players AMX Mod X supports */
#define MAX_PLAYERS 32 /* Maximum number of players AMX Mod X supports */
public stock const MaxClients; /* Maximum number of players the server supports */