zacade you silly goose!
This commit is contained in:
parent
0c8697438b
commit
6bb1ea56f6
@ -186,11 +186,11 @@ public void OnClientPutInServer(int client)
|
||||
|
||||
for(int player = 1; player <= MaxClients; player++)
|
||||
{
|
||||
if(IsFakeClient(player) || IsClientSourceTV(player))
|
||||
continue;
|
||||
|
||||
if(client == player || !IsClientConnected(player))
|
||||
continue;
|
||||
|
||||
if(IsFakeClient(player) || IsClientSourceTV(player))
|
||||
continue;
|
||||
|
||||
char sPlayerSteamID[32];
|
||||
GetClientAuthId(player, AuthId_Steam2, sPlayerSteamID, sizeof(sPlayerSteamID));
|
||||
|
Loading…
Reference in New Issue
Block a user