Got something working with these coordinates

This commit is contained in:
FlightControl
2017-05-20 16:32:56 +02:00
parent 96fdf72400
commit ece08e5e37
5 changed files with 41 additions and 22 deletions

View File

@@ -346,8 +346,7 @@ do -- ACT_ROUTE_POINT
-- @param #string To
function ACT_ROUTE_POINT:onafterReport( ProcessUnit, From, Event, To )
local TaskUnitCoordinate = ProcessUnit:GetCoordinate()
local RouteText = self:GetRouteText( TaskUnitCoordinate )
local RouteText = self:GetRouteText( ProcessUnit )
self:Message( RouteText )
end