Prevented extra long rank names

This commit is contained in:
shamoanjac
2016-08-18 15:29:43 +02:00
parent c552a58b63
commit 0a47417e77
2 changed files with 6 additions and 1 deletions

View File

@ -34,6 +34,7 @@ factions.power_per_tick = .125
factions.tick_time = 60.
factions.power_per_attack = 2.
factions.faction_name_max_length = 50
factions.rank_name_max_length = 25
---------------------
--! @brief returns whether a faction can be created or not (allows for implementation of blacklists and the like)