Eliminate trace details

This commit is contained in:
FlightControl
2017-05-04 13:33:13 +02:00
parent 2519fcde48
commit b4107b14f8
4 changed files with 8 additions and 8 deletions

View File

@@ -724,7 +724,7 @@ function UNIT:IsInZone( Zone )
if self:IsAlive() then
local IsInZone = Zone:IsVec3InZone( self:GetVec3() )
self:T( { IsInZone } )
self:T2( { IsInZone } )
return IsInZone
end