Merge pull request #11072 from Ghommie/Ghommie-cit576

Doubled halved flavor text max length and removed crappy code.
This commit is contained in:
kevinz000
2020-02-15 11:46:00 -07:00
committed by GitHub
8 changed files with 26 additions and 63 deletions
+1
View File
@@ -81,6 +81,7 @@
//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 2048 //Citadel edit: What's the WORST that could happen?
#define MAX_FAVOR_LEN 4096 //double the maximum message length.
#define MAX_NAME_LEN 42
#define MAX_BROADCAST_LEN 512
#define MAX_CHARTER_LEN 80