ZR roundend: hide fakes
This commit is contained in:
parent
ba9e676114
commit
d4ae0358e5
|
@ -232,7 +232,7 @@ RoundEndDisplayStats()
|
|||
{
|
||||
for(int player = 1; player <= MaxClients; player++)
|
||||
{
|
||||
if(!IsClientInGame(player))
|
||||
if(!IsClientInGame(player) || (IsFakeClient(player) && !IsClientSourceTV(player)))
|
||||
continue;
|
||||
|
||||
static char sPlayerID[8];
|
||||
|
|
Loading…
Reference in New Issue
Block a user