Merge pull request #356 from alliedmodders/revert-355-master

Revert "Changing MAX_NAME_LENGTH from 32 to 128 due to CSGO having 128."
This commit is contained in:
Nicholas Hastings 2015-07-02 17:36:36 -04:00
commit 2f3a3942b5

View File

@ -70,7 +70,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_NAME_LENGTH 32 /**< Maximum buffer required to store a client name */
public const MaxClients; /**< Maximum number of players the server supports (dynamic) */