entWatch4: Fuck you :>

This commit is contained in:
zaCade 2018-08-13 16:06:10 +02:00
parent b62176847f
commit 44699bcc7a

View File

@ -457,7 +457,7 @@ public Action OnButtonPress(int button, int client)
g_hArray_Items.GetArray(index, itemArray, sizeof(itemArray)); g_hArray_Items.GetArray(index, itemArray, sizeof(itemArray));
if (itemArray[item_button] && itemArray[item_button] == button && if (itemArray[item_button] && itemArray[item_button] == button &&
itemArray[item_owned] && itemArray[item_owner] == client) itemArray[item_owned] && itemArray[item_owner] == client)
{ {
Action aResult; Action aResult;
Call_StartForward(g_hFwd_OnClientItemCanActivate); Call_StartForward(g_hFwd_OnClientItemCanActivate);