Feature/deep strike #48
@@ -434,7 +434,7 @@ function Stage:PreActivate()
|
|||||||
|
|
||||||
for key, mission in pairs(self._db.missions) do
|
for key, mission in pairs(self._db.missions) do
|
||||||
if mission and mission.missionType == "DEEPSTRIKE" then
|
if mission and mission.missionType == "DEEPSTRIKE" then
|
||||||
mission:SpawnInactive()
|
mission:SpawnInactive() --Not Really "inactive"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user