Fixed the remaining issues with APCs, Helicopter and Airplane cargo dispatchers.

This commit is contained in:
FlightControl
2018-09-19 05:14:09 +02:00
parent f655e7e652
commit 337e7eab53
5 changed files with 24 additions and 58 deletions

View File

@@ -1974,7 +1974,7 @@ do -- Route methods
-- @param #CONTROLLABLE self
-- @return #CONTROLLABLE
function CONTROLLABLE:RouteStop()
self:F(self:GetName() .. "RouteStop")
self:F(self:GetName() .. " RouteStop")
local CommandStop = self:CommandStopRoute( true )
self:SetCommand( CommandStop )