This commit is contained in:
Frank
2023-09-17 22:58:53 +02:00
parent 6febbbc8e6
commit f32c303c0a
2 changed files with 3 additions and 3 deletions

View File

@@ -4183,7 +4183,7 @@ function FLIGHTCONTROL:_CheckFlights()
if taxipath then
local text=string.format("Flight %s [%s/%s]: Unit %s close to taxiway %s. Dist=%.1f meters, Segment=%s-%s", flight:GetName(), flight:GetState(), self:GetFlightStatus(flight),
element.name, taxipath:GetName(), dist, seg.p1.name, seg.p2.name)
MESSAGE:New(text,10):ToAll():ToLog()
MESSAGE:New(text,10):ToLog()
end
end