Merge pull request #1640 from FlightControl-Master/Applevangelist-OpsZone-2

Update OpsZone.lua
This commit is contained in:
Frank
2021-11-20 17:47:43 +01:00
committed by GitHub

View File

@@ -1232,6 +1232,7 @@ end
function OPSZONE:_GetMissions()
return self.Missions
end
--- Add an entry to the OpsZone mission table
-- @param #OPSZONE self
-- @param #number Coalition Coalition of type e.g. coalition.side.NEUTRAL
@@ -1266,6 +1267,8 @@ function OPSZONE:_CleanMissionTable()
self.Missions = missions
return self
end
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------