merged develop
This commit is contained in:
@@ -435,7 +435,7 @@ function Stage:PreActivate()
|
||||
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
|
||||
mission:SpawnInactive() --Not Really "inactive"
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user