diff options
author | Andrey Nazarov <skuller@skuller.net> | 2009-01-26 12:09:42 +0000 |
---|---|---|
committer | Andrey Nazarov <skuller@skuller.net> | 2009-01-26 12:09:42 +0000 |
commit | 2a0cd61f68a7138a41a48a489e004107a4f4fd84 (patch) | |
tree | 46cfdf77255ffb9273d48acb8ca891455499ec50 /source/q_shared.h | |
parent | 616d7388250f9938b70acdc7ca360e9494518294 (diff) |
Implemented ‘lag’ client command.
Server now truncates client names at 15 chars.
Diffstat (limited to 'source/q_shared.h')
-rw-r--r-- | source/q_shared.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/q_shared.h b/source/q_shared.h index e02f4ae..8a41a21 100644 --- a/source/q_shared.h +++ b/source/q_shared.h @@ -110,7 +110,7 @@ typedef int fileHandle_t; #define MAX_ITEMS 256 #define MAX_GENERAL (MAX_CLIENTS*2) // general config strings -#define MAX_CLIENT_NAME 32 +#define MAX_CLIENT_NAME 16 typedef enum comErrorType_e { ERR_FATAL, // exit the entire game with a popup window |