parent
6ee71196de
commit
d5c713b11e
@ -138,11 +138,6 @@ local PLAYER_LINE = {
|
|||||||
self.Player:SetMuted(!self.Player:IsMuted())
|
self.Player:SetMuted(!self.Player:IsMuted())
|
||||||
end
|
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())
|
self:SetZPos((self.Player:Frags() * -50) + self.Player:Deaths() + self.Player:EntIndex())
|
||||||
end,
|
end,
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user