entWatch: no cookies -> restricted
This commit is contained in:
parent
a5bbe8cdae
commit
2040672cb2
@ -1268,7 +1268,7 @@ public Action:OnWeaponCanUse(client, weapon)
|
||||
return Plugin_Handled;
|
||||
}
|
||||
|
||||
if (g_bRestricted[client])
|
||||
if (g_bRestricted[client] || (!AreClientCookiesCached(client)))
|
||||
{
|
||||
return Plugin_Handled;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user