[1.12] update maxplayers define for 07-25-23 tf2 update (#2026)

This commit is contained in:
sappho
2023-07-26 20:13:31 +00:00
committed by GitHub
parent 531b053096
commit d83c498a8f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ enum AuthIdType
* MAXPLAYERS is a hardcoded value as an upper limit. MaxClients changes based on the server.
*/
#define MAXPLAYERS 65 /**< Maximum number of players SourceMod supports */
#define MAXPLAYERS 101 /**< Maximum number of players SourceMod supports */
#define MAX_NAME_LENGTH 128 /**< Maximum buffer required to store a client name */
#define MAX_AUTHID_LENGTH 64 /**< Maximum buffer required to store any AuthID type */