parent
6ee71196de
commit
d5c713b11e
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user