Fixes for A2G tasking, reduce trace, and put in key trace lines to follow the tasking.

This commit is contained in:
FlightControl_Master
2017-12-03 08:06:35 +01:00
parent 76ea635b63
commit a2fa2c4fa2
4 changed files with 29 additions and 13 deletions

View File

@@ -761,7 +761,6 @@ function UNIT:IsInZone( Zone )
if self:IsAlive() then
local IsInZone = Zone:IsVec3InZone( self:GetVec3() )
self:E( { Unit = self.UnitName, IsInZone = IsInZone } )
return IsInZone
end
return false