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