merged develop
PR Prerequisites / Lua Check (pull_request) Successful in 21s
PR Prerequisites / Bundles Without Errors (pull_request) Successful in 29s

This commit is contained in:
2026-09-20 18:43:32 +02:00
parent 8cacad84a1
commit 446a98dc3b
@@ -435,7 +435,7 @@ function Stage:PreActivate()
end end
end end
for key, mission in pairs(self._db.missions) do for _, mission in pairs(self._db.missions) do
if mission and mission.missionType == "DEEPSTRIKE" then if mission and mission.missionType == "DEEPSTRIKE" then
mission:SpawnInactive() --Not Really "inactive" mission:SpawnInactive() --Not Really "inactive"
end end