Merge pull request #7985 from Citadel-Station-13/kevinz000-patch-20

Doubles say/emote MAX_MESSAGE_LEN
This commit is contained in:
nik707
2019-02-14 20:38:37 -06:00
committed by GitHub
+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 edit: What's the WORST that could happen?
#define MAX_NAME_LEN 42
#define MAX_BROADCAST_LEN 512
#define MAX_CHARTER_LEN 80