about summary refs log tree commit diff
path: root/src/engine/shared/protocol.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/shared/protocol.h')
-rw-r--r--src/engine/shared/protocol.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/engine/shared/protocol.h b/src/engine/shared/protocol.h
index 296294d9..859f4941 100644
--- a/src/engine/shared/protocol.h
+++ b/src/engine/shared/protocol.h
@@ -79,9 +79,8 @@ enum
 	MAX_INPUT_SIZE=128,
 	MAX_SNAPSHOT_PACKSIZE=900,
 
-	MAX_CLANNAME_LENGTH=32,
-	MAX_NAME_LENGTH=24,
-	
+	MAX_NAME_LENGTH=16,
+	MAX_CLAN_LENGTH=12,
 
 	// message packing
 	MSGFLAG_VITAL=1,