entwatch: exploit fox

This commit is contained in:
neon
2018-08-06 01:06:36 +02:00
parent 6f7ae68436
commit dc0efb0327
+1 -1
View File
@@ -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;
}