From d5c713b11e6cda66c82317480976ddd141d271d7 Mon Sep 17 00:00:00 2001 From: edshot99 Date: Tue, 14 Jan 2025 12:00:39 -0600 Subject: [PATCH] Revert "show connecting players" This reverts commit 6ee71196deb598469468bf7fc21c4e417cfdf800. --- .../lua/scoreboard/cl_scoreboard.lua | 5 ----- 1 file changed, 5 deletions(-) diff --git a/gld_source_styled_scoreboard_custom/lua/scoreboard/cl_scoreboard.lua b/gld_source_styled_scoreboard_custom/lua/scoreboard/cl_scoreboard.lua index 463e23c..8ab5271 100644 --- a/gld_source_styled_scoreboard_custom/lua/scoreboard/cl_scoreboard.lua +++ b/gld_source_styled_scoreboard_custom/lua/scoreboard/cl_scoreboard.lua @@ -137,11 +137,6 @@ local PLAYER_LINE = { self.Mute.DoClick = function() self.Player:SetMuted(!self.Player:IsMuted()) end - - if (self.Player:Team() == TEAM_CONNECTING) then - self:SetZPos(2000 + self.Player:EntIndex()) - return - end self:SetZPos((self.Player:Frags() * -50) + self.Player:Deaths() + self.Player:EntIndex()) end,