Patbox / sgui

Library for creating custom, server side guis on Fabric
GNU Lesser General Public License v3.0
91 stars 17 forks source link

Fix funky book behavior when opening another book with a RUN_COMMAND ClickEvent #32

Closed kyrptonaught closed 7 months ago

kyrptonaught commented 7 months ago

The client sends the packet for the cmd before the packet to close the screen. This causes the new screen to be opened by the cmd, then immediately closed. The screen stays open on the client, but the server believes it to be closed. Things like turning the page and onTick/onCommand no longer work.