ZR roundend: hide fakes
This commit is contained in:
@@ -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];
|
||||||
|
Reference in New Issue
Block a user