From 24fc438fdaedf4bd906e4f9995aeb6a32391a1f6 Mon Sep 17 00:00:00 2001 From: Raffson Date: Tue, 2 Jul 2024 18:31:16 +0200 Subject: [PATCH] Fix save-compat issue --- game/migrator.py | 1 + 1 file changed, 1 insertion(+) diff --git a/game/migrator.py b/game/migrator.py index 3b67cd94..c96d62a1 100644 --- a/game/migrator.py +++ b/game/migrator.py @@ -96,6 +96,7 @@ class Migrator: try_set_attr(cp, "ground_spawns_roadbase", []) try_set_attr(cp, "helipads_quad", []) try_set_attr(cp, "helipads_invisible", []) + try_set_attr(cp, "ground_spawns_large", []) if ( cp.dcs_airport and is_sinai and cp.dcs_airport.id == 20 ): # fix for Hatzor