mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-06 16:51:37 +00:00
Format.
This commit is contained in:
@@ -19,7 +19,7 @@ public final class ItemOnObjectVerificationHandler extends EventHandler<ItemOnOb
|
|||||||
@Override
|
@Override
|
||||||
public void handle(EventHandlerContext ctx, Player player, ItemOnObjectEvent event) {
|
public void handle(EventHandlerContext ctx, Player player, ItemOnObjectEvent event) {
|
||||||
if (event.getInterfaceId() != SynchronizationInventoryListener.INVENTORY_ID
|
if (event.getInterfaceId() != SynchronizationInventoryListener.INVENTORY_ID
|
||||||
|| event.getInterfaceId() != BankConstants.SIDEBAR_INVENTORY_ID) {
|
&& event.getInterfaceId() != BankConstants.SIDEBAR_INVENTORY_ID) {
|
||||||
ctx.breakHandlerChain();
|
ctx.breakHandlerChain();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user