This commit is contained in:
Frank
2021-07-08 22:59:29 +02:00
parent fc1adf3b94
commit 6dfd757ea1
2 changed files with 15 additions and 8 deletions

View File

@@ -2396,7 +2396,7 @@ function FLIGHTGROUP:_LandAtAirbase(airbase, SpeedTo, SpeedHold, SpeedLand)
-- Set holding flag to 0=false.
self.flaghold:Set(0)
local holdtime=5*60
local holdtime=1*60
if fc or self.airboss then
holdtime=nil
end