From ece617e40d7cd0af169b5a0cf62cce3b23e8538a Mon Sep 17 00:00:00 2001 From: izzyinbox <42829355+izzyinbox@users.noreply.github.com> Date: Tue, 11 Dec 2018 03:59:21 -0600 Subject: [PATCH] Revert "doubles the max say/emote size to match the RP server (#7807)" (#7810) This reverts commit 6b34cbe5eda305b75e7d86ae74be367aa005b577. --- 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 3d79d59d12..102cc94fac 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 2048 //CITADEL CHANGE - was 1024 +#define MAX_MESSAGE_LEN 1024 #define MAX_NAME_LEN 42 #define MAX_BROADCAST_LEN 512 #define MAX_CHARTER_LEN 80