Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
446a98dc3b |
@@ -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