You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I guarantee this check wont work properly without something not included. We already fully cancel InventoryClickEvent in Robert and EchoPet if it matches an inventory managed by either of them.
Please add
if (event.isShiftClick() || event.getClick() == ClickType.DOUBLE_CLICK || event.getClick() == ClickType.DROP || event.getAction() == InventoryAction.MOVE_TO_OTHER_INVENTORY) event.setCancelled(true);
in eventhandler InventoryClickEvent
The text was updated successfully, but these errors were encountered: