From 6b34cbe5eda305b75e7d86ae74be367aa005b577 Mon Sep 17 00:00:00 2001 From: izzyinbox <42829355+izzyinbox@users.noreply.github.com> Date: Tue, 11 Dec 2018 03:53:43 -0600 Subject: [PATCH] doubles the max say/emote size to match the RP server (#7807) --- code/__DEFINES/say.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/__DEFINES/say.dm b/code/__DEFINES/say.dm index 102cc94fac..3d79d59d12 100644 --- a/code/__DEFINES/say.dm +++ b/code/__DEFINES/say.dm @@ -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