Update cl_radar.lua

This commit is contained in:
Dan
2019-11-26 20:25:06 +00:00
parent 1eef251ce8
commit 9585ce5851

View File

@@ -717,9 +717,8 @@ function RADAR:Main()
end
elseif ( self:GetRadarStage() == 1 ) then
-- self:RemoveDuplicateCapturedVehicles()
local caughtVehs = self:GetCapturedVehicles()
if ( not UTIL:IsTableEmpty( caughtVehs ) ) then
if ( not UTIL:IsTableEmpty( self:GetCapturedVehicles() ) ) then
local vehsForDisplay = self:GetVehiclesForAntenna()
self:SetActiveVehicles( vehsForDisplay )