mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2026-08-23 02:08:17 +00:00
pathline
This commit is contained in:
@@ -406,7 +406,7 @@ function PATHLINE:Draw(Switch, Coalition, Color, LineType)
|
||||
|
||||
Coalition=Coalition or -1
|
||||
Color=Color or {0, 1, 0, 0.5}
|
||||
LineType=LineType or -1
|
||||
LineType=LineType or 1
|
||||
|
||||
if Switch==false then
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user