Skip to content

Commit

Permalink
2048 -> 1024
Browse files Browse the repository at this point in the history
  • Loading branch information
bearrrrrrrr authored Apr 24, 2024
1 parent fb01738 commit dc0859f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/global.dm
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ var/list/AAlarmIndexToWireColor
var/list/AAlarmWireColorToIndex

//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
#define MAX_EMOTE_LEN 2048
#define MAX_MESSAGE_LEN 1024
#define MAX_EMOTE_LEN 1024
#define MAX_PAPER_MESSAGE_LEN 3072
#define MAX_BOOK_MESSAGE_LEN 9216
#define MAX_NAME_LEN 28
Expand Down

0 comments on commit dc0859f

Please sign in to comment.