Commit Graph

3 Commits

Author SHA1 Message Date
Teriuihi 6c6a87e6c2 Fix entity destruction packet write method in HoverText.java
Updated the destroyPacket to utilize getIntLists(). This change ensures proper handling of entity IDs in line with the necessary method for destroying entities.
2024-10-20 19:34:48 +02:00
Teriuihi 3411a38946 Fix entity destruction packet write method in HoverText.java
Changed the method from getIntegerArrays() to getIntegers() to ensure the correct destruction packet is sent. This fixes an issue where entities were not being correctly destroyed, thereby preventing potential memory leaks and display errors.
2024-10-20 19:22:13 +02:00
Teriuihi 023e9386ce Initial commit 2024-10-20 19:05:26 +02:00