Add 👍 to MAX_PLAYERS for the sake of convenience.
This commit is contained in:
parent
8cef1af95d
commit
ee99ee93e4
|
@ -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) */
|
||||
|
|
Loading…
Reference in New Issue
Block a user