mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
BRIGADE - Fuel zones landing in the wrong table. Corrected
This commit is contained in:
@@ -254,7 +254,7 @@ function BRIGADE:AddRefuellingZone(RefuellingZone)
|
|||||||
supplyzone.mission=nil
|
supplyzone.mission=nil
|
||||||
supplyzone.marker=MARKER:New(supplyzone.zone:GetCoordinate(), "Refuelling Zone"):ToCoalition(self:GetCoalition())
|
supplyzone.marker=MARKER:New(supplyzone.zone:GetCoordinate(), "Refuelling Zone"):ToCoalition(self:GetCoalition())
|
||||||
|
|
||||||
table.insert(self.rearmingZones, supplyzone)
|
table.insert(self.refuellingZones, supplyzone)
|
||||||
|
|
||||||
return supplyzone
|
return supplyzone
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user