From 44699bcc7afa0ba4bd0d055146507fdf15f4111f Mon Sep 17 00:00:00 2001 From: zaCade Date: Mon, 13 Aug 2018 16:06:10 +0200 Subject: [PATCH] entWatch4: Fuck you :> --- _entWatch4/scripting/entWatch-core.sp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_entWatch4/scripting/entWatch-core.sp b/_entWatch4/scripting/entWatch-core.sp index 5c5d3617..a67859fb 100644 --- a/_entWatch4/scripting/entWatch-core.sp +++ b/_entWatch4/scripting/entWatch-core.sp @@ -457,7 +457,7 @@ public Action OnButtonPress(int button, int client) g_hArray_Items.GetArray(index, itemArray, sizeof(itemArray)); if (itemArray[item_button] && itemArray[item_button] == button && - itemArray[item_owned] && itemArray[item_owner] == client) + itemArray[item_owned] && itemArray[item_owner] == client) { Action aResult; Call_StartForward(g_hFwd_OnClientItemCanActivate);