Skip to content

Commit

Permalink
Add MAX_AUTHID_LENGTH (#1696)
Browse files Browse the repository at this point in the history
  • Loading branch information
sirdigbot committed Feb 15, 2022
1 parent 358bcca commit addfb3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/include/clients.inc
Expand Up @@ -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) */

Expand Down

0 comments on commit addfb3c

Please sign in to comment.