diff --git a/game/migrator.py b/game/migrator.py index 3ab2eab1..a929c717 100644 --- a/game/migrator.py +++ b/game/migrator.py @@ -162,6 +162,7 @@ class Migrator: try_set_attr(s, "primary_task", preferred_task) try_set_attr(s, "max_size", 12) try_set_attr(s, "radio_presets", {}) + try_set_attr(s, "livery_set", []) if isinstance(s.country, str): c = country_dict.get(s.country, s.country) s.country = countries_by_name[c]()