We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5711619 commit 68accafCopy full SHA for 68accaf
src/muqsit/invmenu/InvMenuEventHandler.php
@@ -118,7 +118,7 @@ public function onInventoryTransaction(InventoryTransactionEvent $event) : void{
118
$inventory = $current->menu->getInventory();
119
$network_stack_callbacks = [];
120
foreach($transaction->getActions() as $action){
121
- if(!($action instanceof SlotChangeAction) || $action->getInventory() !== $inventory){
+ if(!($action instanceof SlotChangeAction) || $action->getInventory() !== $inventory){
122
continue;
123
}
124
0 commit comments