mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Eliminate trace details
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user