From 9585ce58510beffc418c8dec5891e2c5650a80bf Mon Sep 17 00:00:00 2001 From: Dan Date: Tue, 26 Nov 2019 20:25:06 +0000 Subject: [PATCH] Update cl_radar.lua --- cl_radar.lua | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/cl_radar.lua b/cl_radar.lua index 4193702..81fcc5e 100644 --- a/cl_radar.lua +++ b/cl_radar.lua @@ -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 )