mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-28 06:27:26 +01:00
Reduces maximum name length
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
#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
|
||||
#define MAX_NAME_LEN 43 //diona names can get loooooooong // Absolute maximum is 45, set to 43 just in case.
|
||||
|
||||
//Update this whenever you need to take advantage of more recent byond features
|
||||
#define MIN_COMPILER_VERSION 513
|
||||
|
||||
Reference in New Issue
Block a user