We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7552ae9 commit 984a133Copy full SHA for 984a133
1 file changed
src/muqsit/invmenu/InvMenuEventHandler.php
@@ -78,6 +78,7 @@ public function onInventoryClose(InventoryCloseEvent $event) : void{
78
$session->current = null;
79
}
80
$session->network->wait(PlayerNetwork::DELAY_TYPE_ANIMATION_WAIT, static fn($success) => false);
81
+ $current?->menu->onClose($player);
82
83
84
/**
0 commit comments