From ed5b455e8e83e748b1074c34ae0839979fb5634b Mon Sep 17 00:00:00 2001 From: David Anderson Date: Thu, 16 Aug 2007 11:33:29 +0000 Subject: [PATCH] max client name is more reasonable now --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401349 --- plugins/include/clients.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/include/clients.inc b/plugins/include/clients.inc index d321117b..b00e2eff 100644 --- a/plugins/include/clients.inc +++ b/plugins/include/clients.inc @@ -43,7 +43,7 @@ enum NetFlow }; #define MAXPLAYERS 64 /**< Maximum number of players that can be in server */ -#define MAX_NAME_LENGTH 65 /**< Maximum buffer required to store a client name */ +#define MAX_NAME_LENGTH 32 /**< Maximum buffer required to store a client name */ /** * Called on client connection.