entWatch: no cookies -> restricted

This commit is contained in:
BotoX 2018-08-07 22:10:18 +02:00
parent a5bbe8cdae
commit 2040672cb2

View File

@ -1268,7 +1268,7 @@ public Action:OnWeaponCanUse(client, weapon)
return Plugin_Handled; return Plugin_Handled;
} }
if (g_bRestricted[client]) if (g_bRestricted[client] || (!AreClientCookiesCached(client)))
{ {
return Plugin_Handled; return Plugin_Handled;
} }