Revert "show connecting players"

This reverts commit 6ee71196de.
This commit is contained in:
edshot99 2025-01-14 12:00:39 -06:00
parent 6ee71196de
commit d5c713b11e

View File

@ -138,11 +138,6 @@ local PLAYER_LINE = {
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,