Progress on the new cargo group movements

This commit is contained in:
FlightControl_Master
2018-03-24 07:32:04 +01:00
parent 25659647a6
commit ca32c57c52
3 changed files with 47 additions and 18 deletions

View File

@@ -336,7 +336,7 @@ end
-- @param #number UnitNumber The number of the UNIT wrapper class to be returned.
-- @return Wrapper.Unit#UNIT The UNIT wrapper class.
function GROUP:GetUnit( UnitNumber )
self:F2( { self.GroupName, UnitNumber } )
self:E( { self.GroupName, UnitNumber } )
local DCSGroup = self:GetDCSObject()