diff --git a/_entWatch4/scripting/entWatch-core.sp b/_entWatch4/scripting/entWatch-core.sp index 401d01c..5c5d361 100644 --- a/_entWatch4/scripting/entWatch-core.sp +++ b/_entWatch4/scripting/entWatch-core.sp @@ -459,9 +459,6 @@ public Action OnButtonPress(int button, int client) if (itemArray[item_button] && itemArray[item_button] == button && itemArray[item_owned] && itemArray[item_owner] == client) { - if (g_bIntermission) - return Plugin_Handled; - Action aResult; Call_StartForward(g_hFwd_OnClientItemCanActivate); Call_PushArray(itemArray, sizeof(itemArray));