Updated preactivate logic

This commit is contained in:
2026-09-08 16:12:38 +02:00
parent 52f840c270
commit 81d9aa7265
2 changed files with 6 additions and 1 deletions
@@ -434,7 +434,7 @@ function Stage:PreActivate()
for key, mission in pairs(self._db.missions) do
if mission and mission.missionType == "DEEPSTRIKE" then
mission:SpawnActive()
mission:SpawnInactive()
end
end