mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
#AUFTRAG
* More Bryce fixes
This commit is contained in:
parent
6ba62e3e04
commit
9ccde838e7
@ -2232,7 +2232,7 @@ function AUFTRAG:NewRECON(ZoneSet, Speed, Altitude, Adinfinitum, Randomly, Forma
|
|||||||
|
|
||||||
if ZoneSet:IsInstanceOf("SET_ZONE") then
|
if ZoneSet:IsInstanceOf("SET_ZONE") then
|
||||||
mission.missionZoneSet = ZoneSet
|
mission.missionZoneSet = ZoneSet
|
||||||
else
|
elseif ZoneSet:IsInstanceOf("ZONE_BASE") then
|
||||||
mission.missionZoneSet = SET_ZONE:New()
|
mission.missionZoneSet = SET_ZONE:New()
|
||||||
mission.missionZoneSet:AddZone(ZoneSet)
|
mission.missionZoneSet:AddZone(ZoneSet)
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user