This commit is contained in:
Frank
2019-11-14 16:08:16 +01:00
parent 7e9042074d
commit f5ec6c1cb4
2 changed files with 15 additions and 35 deletions
+3 -3
View File
@@ -1616,9 +1616,9 @@ function FLIGHTGROUP:onafterHold(From, Event, To, airbase, SpeedTo, SpeedHold, S
if n>=Ne then
for i,unit in pairs(Template.units) do
local spot=parking[i] --Ops.FlightControl#FLIGHTCONTROL.ParkingSpot
spot.reserved4=unit.name
unit.parking_landing=spot.id
local text=string.format("FF Reserving parking spot %d for unit %s", spot.id, tostring(unit.name))
spot.reserved=unit.name
unit.parking_landing=spot.TerminalID
local text=string.format("FF Reserving parking spot %d for unit %s", spot.TerminalID, tostring(unit.name))
env.info(text)
end
--[[