Fix trace amount and performance

This commit is contained in:
FlightControl
2017-07-02 17:59:56 +02:00
parent 1283caf80b
commit 300ee0a16a
3 changed files with 65 additions and 62 deletions

View File

@@ -2388,7 +2388,6 @@ function CONTROLLABLE:IsAirPlane()
if DCSObject then
local Category = DCSObject:getDesc().category
self:T( Category )
return Category == Unit.Category.AIRPLANE
end