Revert "NoSteamManager: Swap around if statements."
This reverts commit ab5bbd6e95
.
This commit is contained in:
commit
61f9916319
@ -186,10 +186,10 @@ public void OnClientPutInServer(int client)
|
|||||||
|
|
||||||
for(int player = 1; player <= MaxClients; player++)
|
for(int player = 1; player <= MaxClients; player++)
|
||||||
{
|
{
|
||||||
if(client == player || !IsClientConnected(player))
|
if(IsFakeClient(player) || IsClientSourceTV(player))
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
if(IsFakeClient(player) || IsClientSourceTV(player))
|
if(client == player || !IsClientConnected(player))
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
char sPlayerSteamID[32];
|
char sPlayerSteamID[32];
|
||||||
|
Loading…
Reference in New Issue
Block a user