mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-30 12:13:02 +00:00
* Reduces maximum name length
* Revert "Reduces maximum name length"
This reverts commit 7d0fe75c54.
* why were these in _compile_options.dm
* SQL Stuff
7 lines
301 B
Plaintext
7 lines
301 B
Plaintext
//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_PAPER_MESSAGE_LEN 3072
|
|
#define MAX_PAPER_FIELDS 50
|
|
#define MAX_BOOK_MESSAGE_LEN 9216
|
|
#define MAX_NAME_LEN 50 //diona names can get loooooooong
|