-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
InvMenu::TYPE_DOUBLE_CHEST does not work #1
Labels
bug
Something isn't working
Comments
Question How to do when the player clicks an item in Inv Menu the Menu close? |
/** @var InvMenu $menu */
$menu->setListener(function(Player $player, Item $item1, Item $item2, SlotChangeAction $invAction) : bool{
$player->removeWindow($invAction->getInventory());
}); |
Thanks |
Repository owner
locked as off-topic and limited conversation to collaborators
Feb 2, 2018
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This hasn't been correctly implemented due to the slight complexity that double chests offer.
The text was updated successfully, but these errors were encountered: