mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Fixed the remaining issues with APCs, Helicopter and Airplane cargo dispatchers.
This commit is contained in:
@@ -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 )
|
||||
|
||||
Reference in New Issue
Block a user