doubles the max say/emote size to match the RP server (#7807)

This commit is contained in:
izzyinbox
2018-12-11 03:53:43 -06:00
committed by kevinz000
parent 3775ba4c3a
commit 6b34cbe5ed
+1 -1
View File
@@ -48,7 +48,7 @@
#define LINGHIVE_LINK 3
//Don't set this very much higher then 1024 unless you like inviting people in to dos your server with message spam
#define MAX_MESSAGE_LEN 1024
#define MAX_MESSAGE_LEN 2048 //CITADEL CHANGE - was 1024
#define MAX_NAME_LEN 42
#define MAX_BROADCAST_LEN 512
#define MAX_CHARTER_LEN 80