Add MAX_AUTHID_LENGTH (#1696)

This commit is contained in:
Corey D 2022-02-15 21:21:35 +11:00 committed by GitHub
parent 358bcca3a2
commit addfb3c8a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -71,6 +71,7 @@ enum AuthIdType
#define MAXPLAYERS 65 /**< 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 */
public const int MaxClients; /**< Maximum number of players the server supports (dynamic) */