mirror of
https://github.com/Michatec/wk_wars2x.git
synced 2026-04-01 08:26:27 +02:00
Update cl_radar.lua
This commit is contained in:
@@ -717,9 +717,8 @@ function RADAR:Main()
|
|||||||
end
|
end
|
||||||
elseif ( self:GetRadarStage() == 1 ) then
|
elseif ( self:GetRadarStage() == 1 ) then
|
||||||
-- self:RemoveDuplicateCapturedVehicles()
|
-- self:RemoveDuplicateCapturedVehicles()
|
||||||
local caughtVehs = self:GetCapturedVehicles()
|
|
||||||
|
if ( not UTIL:IsTableEmpty( self:GetCapturedVehicles() ) ) then
|
||||||
if ( not UTIL:IsTableEmpty( caughtVehs ) ) then
|
|
||||||
local vehsForDisplay = self:GetVehiclesForAntenna()
|
local vehsForDisplay = self:GetVehiclesForAntenna()
|
||||||
|
|
||||||
self:SetActiveVehicles( vehsForDisplay )
|
self:SetActiveVehicles( vehsForDisplay )
|
||||||
|
|||||||
Reference in New Issue
Block a user