Skip to content

Commit

Permalink
emote and talking length (cmss13-devs#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
bearrrrrrrr authored and AndroBetel committed Jun 1, 2024
1 parent bde6e27 commit dbb7325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/global.dm
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ 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 1024
#define MAX_EMOTE_LEN 256
#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 dbb7325

Please sign in to comment.