This commit is contained in:
Frank
2018-09-26 21:40:18 +02:00
parent 7ab14e0bf9
commit a76ea8f393
4 changed files with 5 additions and 2 deletions

View File

@@ -472,6 +472,7 @@ do -- CARGO
self.LoadRadius = LoadRadius or 500
self.NearRadius = NearRadius or 25
env.info("FF nearradius = ".. self.NearRadius)
self:SetDeployed( false )

View File

@@ -226,6 +226,8 @@ do -- CARGO_UNIT
-- @param #string Event
-- @param #string From
-- @param #string To
-- @param Wrapper.Group#GROUP CargoCarrier
-- @param #number NearRadius
function CARGO_UNIT:onafterBoard( From, Event, To, CargoCarrier, NearRadius, ... )
self:F( { From, Event, To, CargoCarrier, NearRadius } )