diff --git a/src/zr/roundend.inc b/src/zr/roundend.inc index 6e96bc8..8841972 100644 --- a/src/zr/roundend.inc +++ b/src/zr/roundend.inc @@ -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];