Update entWatch-restrictions.sp

This commit is contained in:
zaCade 2019-06-15 15:45:07 +02:00
parent 1e1cd1b2ac
commit 49c697bd60

View File

@ -83,10 +83,10 @@ public void OnPluginStart()
for (int client = 1; client <= MaxClients; client++)
{
if (IsClientConnected(client)
if (IsClientConnected(client))
OnClientPutInServer(client);
if (AreClientCookiesCached(client)
if (AreClientCookiesCached(client))
OnClientCookiesCached(client);
}
}