Skip to content

Commit 68accaf

Browse files
committed
Fixes
1 parent 5711619 commit 68accaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/muqsit/invmenu/InvMenuEventHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ public function onInventoryTransaction(InventoryTransactionEvent $event) : void{
118118
$inventory = $current->menu->getInventory();
119119
$network_stack_callbacks = [];
120120
foreach($transaction->getActions() as $action){
121-
if(!($action instanceof SlotChangeAction) || $action->getInventory() !== $inventory){
121+
if(!($action instanceof SlotChangeAction) || $action->getInventory() !== $inventory){
122122
continue;
123123
}
124124

0 commit comments

Comments
 (0)