SET_CLIENT made + AIBALANCER

This commit is contained in:
FlightControl
2016-06-10 14:33:08 +02:00
parent bff0c0bf4e
commit cb4d8bbde3
27 changed files with 1556 additions and 208 deletions

View File

@@ -160,7 +160,8 @@ function UNIT:GetDCSUnit()
if DCSUnit then
return DCSUnit
end
self:E( "Unit " .. self.UnitName .. " not found!" )
return nil
end
@@ -470,9 +471,11 @@ function UNIT:GetDesc()
if DCSUnit then
local UnitDesc = DCSUnit:getDesc()
self:T2( UnitDesc )
return UnitDesc
end
self:E( "Unit " .. self.UnitName .. "not found!" )
return nil
end