Raise max mod description length to 800

This commit is contained in:
Agent X 2024-06-20 19:10:00 -04:00
parent 003136db4f
commit a6f7090879
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
#define MOD_NAME_MAX_LENGTH 64
#define MOD_INCOMPATIBLE_MAX_LENGTH 256
#define MOD_DESCRIPTION_MAX_LENGTH 700
#define MOD_DESCRIPTION_MAX_LENGTH 800
struct Mods;