-
Notifications
You must be signed in to change notification settings - Fork 78
Closed
Labels
bugSomething isn't workingSomething isn't working
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Projects
Milestone
Relationships
Development
Select code repository
Activity
TacoError commentedon Apr 4, 2023
Make a delayed closure task that waits like 10 or something ticks before sending the next menu, you are sending it before the inventory actually fully closes the first on on the client side.
Muqsit commentedon Apr 9, 2023
This is indeed a bug, sending menus during inventory close is intended to function properly. In the meantime, you may use the workaround provided by @TacoError:
Muqsit commentedon Jun 28, 2025
Your code snippet should work now. The new delay strategy adopted in InvMenu v4.7.0 f7f1beb takes care of this.