mirror of
https://github.com/Michatec/wk_wars2x.git
synced 2026-04-01 00:16:27 +02:00
Update cl_radar.lua
This commit is contained in:
@@ -679,7 +679,7 @@ function RADAR:Main()
|
||||
elseif ( self:GetRadarStage() == 1 ) then
|
||||
UTIL:DebugPrint( "Radar stage now 1." )
|
||||
|
||||
self:RemoveDuplicateCapturedVehicles()
|
||||
-- self:RemoveDuplicateCapturedVehicles()
|
||||
local caughtVehs = self:GetCapturedVehicles()
|
||||
|
||||
if ( not UTIL:IsTableEmpty( caughtVehs ) ) then
|
||||
@@ -707,7 +707,6 @@ function RADAR:Main()
|
||||
self:SetActiveVehicles( { nil, nil, nil, nil } )
|
||||
end
|
||||
|
||||
UTIL:DebugPrint( "Reached end of stage 1, increasing to stage 2." )
|
||||
self:IncreaseRadarStage()
|
||||
elseif ( self:GetRadarStage() == 2 ) then
|
||||
self:ResetRadarStage()
|
||||
|
||||
Reference in New Issue
Block a user