DevNatan / inventory-framework

Minecraft Inventory API framework
MIT License
117 stars 21 forks source link

Close context is called when opening #657

Open ch4ika opened 2 months ago

ch4ika commented 2 months ago

Is there an existing issue for this?

🐛 Describe the bug

If you call context.openForPlayer for an open view, the onOpen and the onClose context will be called for the other view.

✔️ Expected behavior

For the new view, only the onOpen context should be called.

👣 Steps to Reproduce

No response

💻 Platform

⭐ Server Version

1.20.2

📚 Library Version

3.0.8

✍️ Additional context

No response