Warehouse v0.4.5

Fixed overlapping aircraft on parking spots.
Other fixes.
This commit is contained in:
funkyfranky
2018-09-15 00:31:55 +02:00
parent 06ff755702
commit 88734fa9fc
2 changed files with 43 additions and 35 deletions

View File

@@ -376,8 +376,8 @@ end
-- @param #CLIENT self
-- @return Wrapper.Unit#UNIT
function CLIENT:GetClientGroupUnit()
self:F2()
self:F2()
local ClientDCSUnit = Unit.getByName( self.ClientName )
self:T( self.ClientDCSUnit )