- FLIGHTCONTROL
- RAT ATC
This commit is contained in:
Frank
2024-03-30 22:22:00 +01:00
parent 879ea847e9
commit ef8c71d27c
3 changed files with 323 additions and 202 deletions

View File

@@ -786,6 +786,7 @@ function FLIGHTGROUP:SetReadyForTakeoff(ReadyTO, Delay)
if Delay and Delay>0 then
self:ScheduleOnce(Delay, FLIGHTGROUP.SetReadyForTakeoff, self, ReadyTO, 0)
else
self:T(self.lid.."Set Ready for Takeoff switch for flightcontrol")
self.isReadyTO=ReadyTO
end
return self