BRIGADE - Fuel zones landing in the wrong table. Corrected

This commit is contained in:
Applevangelist 2021-12-02 12:17:48 +01:00
parent 37d2c72945
commit 7819a30c57

View File

@ -254,7 +254,7 @@ function BRIGADE:AddRefuellingZone(RefuellingZone)
supplyzone.mission=nil
supplyzone.marker=MARKER:New(supplyzone.zone:GetCoordinate(), "Refuelling Zone"):ToCoalition(self:GetCoalition())
table.insert(self.rearmingZones, supplyzone)
table.insert(self.refuellingZones, supplyzone)
return supplyzone
end