Added missing side attributes to team::attributes array.

This commit is contained in:
Andrius Silinskas 2013-10-11 20:27:06 +01:00
parent 6e337de378
commit f61cdf720e

View File

@ -60,7 +60,7 @@ const char * const team::attributes[] = {
"countdown_time", "disallow_observers", "faction", "countdown_time", "disallow_observers", "faction",
"faction_from_recruit", "faction_name", "gold_lock", "income_lock", "faction_from_recruit", "faction_name", "gold_lock", "income_lock",
"leader", "random_leader", "team_lock", "terrain_liked", "leader", "random_leader", "team_lock", "terrain_liked",
"user_description", "user_description", "default_recruit", "controller_lock",
// Terminate the list with NULL. // Terminate the list with NULL.
NULL }; NULL };