ZR roundend: hide fakes

This commit is contained in:
Dogan 2019-09-01 13:42:40 +02:00
parent ba9e676114
commit d4ae0358e5
1 changed files with 1 additions and 1 deletions

View File

@ -232,7 +232,7 @@ RoundEndDisplayStats()
{ {
for(int player = 1; player <= MaxClients; player++) for(int player = 1; player <= MaxClients; player++)
{ {
if(!IsClientInGame(player)) if(!IsClientInGame(player) || (IsFakeClient(player) && !IsClientSourceTV(player)))
continue; continue;
static char sPlayerID[8]; static char sPlayerID[8];