From 30f8bb0a62a9b9ab015a1c9265967fba8e438646 Mon Sep 17 00:00:00 2001 From: zaCade Date: Sat, 15 Jun 2019 15:45:07 +0200 Subject: [PATCH] Update entWatch-restrictions.sp --- entWatch4/scripting/entWatch-restrictions.sp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/entWatch4/scripting/entWatch-restrictions.sp b/entWatch4/scripting/entWatch-restrictions.sp index 32282223..edf886e6 100644 --- a/entWatch4/scripting/entWatch-restrictions.sp +++ b/entWatch4/scripting/entWatch-restrictions.sp @@ -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); } }