diff --git a/cl_radar.lua b/cl_radar.lua index 8f51444..efdbfb8 100644 --- a/cl_radar.lua +++ b/cl_radar.lua @@ -601,7 +601,7 @@ function RADAR:GetVehsHitByRay( ownVeh, vehs, s, e ) d.relPos = relativePos d.dist = UTIL:Round( distance, 2 ) d.speed = UTIL:Round( speed, 3 ) - d.size = math.ceil( size ) + d.size = size table.insert( t, d )