[entWatch] Display interface to SourceTV.
This commit is contained in:
parent
e1583b5bff
commit
60a863412d
@ -212,7 +212,7 @@ public Action OnDisplayHUD(Handle timer)
|
||||
|
||||
for (int client = 1; client <= MaxClients; client++)
|
||||
{
|
||||
if (!IsClientInGame(client) || IsFakeClient(client) || g_bInterfaceHidden[client])
|
||||
if (!IsClientInGame(client) || (IsFakeClient(client) && !IsClientSourceTV(client)) || g_bInterfaceHidden[client])
|
||||
continue;
|
||||
|
||||
int iPanelID;
|
||||
|
Loading…
Reference in New Issue
Block a user