Progress on AI_CARGO_TROOPS

This commit is contained in:
FlightControl_Master
2018-04-07 14:21:34 +02:00
parent a247f56c7e
commit 7735120f25
3 changed files with 46 additions and 24 deletions

View File

@@ -1892,7 +1892,7 @@ end
-- @param #CONTROLLABLE self
-- @return #CONTROLLABLE
function CONTROLLABLE:RouteStop()
self:F2()
self:F("RouteStop")
local CommandStop = self:CommandStopRoute( true )
self:SetCommand( CommandStop )
@@ -1903,7 +1903,7 @@ end
-- @param #CONTROLLABLE self
-- @return #CONTROLLABLE
function CONTROLLABLE:RouteResume()
self:F2()
self:F("RouteResume")
local CommandResume = self:CommandStopRoute( false )
self:SetCommand( CommandResume )