Changed max name length

This commit is contained in:
TDSSS
2018-10-14 16:58:07 +02:00
parent 8d7d4b688f
commit 49c054d5ac
+1 -1
View File
@@ -18,7 +18,7 @@
#define MAX_PAPER_MESSAGE_LEN 3072
#define MAX_PAPER_FIELDS 50
#define MAX_BOOK_MESSAGE_LEN 9216
#define MAX_NAME_LEN 26
#define MAX_NAME_LEN 50 //diona names can get loooooooong
// Version check, terminates compilation if someone is using a version of BYOND that's too old
#if DM_VERSION < 510