committed by
GitHub
co-authored by
dutchie032 <dutchie032>
parent
c7c532a08a
commit
05e2d067ce
@@ -289,7 +289,7 @@ end
|
||||
|
||||
function ZoneMission:SpawnPersistedState()
|
||||
for _, group in pairs(self._missionGroups.groups) do
|
||||
group:SpawnCorpsesOnly()
|
||||
group:Spawn()
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
@@ -113,6 +113,11 @@ function Mission:NotifyMissionComplete()
|
||||
listener:OnMissionComplete(self)
|
||||
end)
|
||||
end
|
||||
|
||||
pcall(function()
|
||||
Spearhead.API.Internal.notifyMissionComplete(self.zoneName)
|
||||
end)
|
||||
|
||||
end
|
||||
|
||||
---endregion
|
||||
|
||||
Reference in New Issue
Block a user