Ups the player and station name length limits (#20073)

* Ups the player and station name length limits

I think they could use a buff in length, as I've seen captains have pretty creative names get cut in half and the joke ruined, and the name limit is really fucking small like come on goddamn

* changes
This commit is contained in:
Iamgoofball
2016-08-25 21:43:56 -07:00
committed by oranges
parent f4e5ec15a3
commit 6fa26584cf

View File

@@ -22,9 +22,9 @@
//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_NAME_LEN 26
#define MAX_NAME_LEN 42
#define MAX_BROADCAST_LEN 512
#define MAX_CHARTER_LEN 50
#define MAX_CHARTER_LEN 80
//MINOR TWEAKS/MISC
#define AGE_MIN 17 //youngest a character can be