WiIIiam278 / HuskSync

A modern, cross-server player data synchronisation system
https://william278.net/project/husksync
Apache License 2.0
160 stars 128 forks source link

PacketEvents packet handler not restricting outbound server packets #344

Closed WiIIiam278 closed 4 weeks ago

WiIIiam278 commented 1 month ago

https://github.com/WiIIiam278/HuskSync/blob/master/bukkit/src/main/java/net/william278/husksync/listener/BukkitPacketEventsLockedPacketListener.java

While the ProtocolLib one does handle this:

https://github.com/WiIIiam278/HuskSync/blob/master/bukkit/src/main/java/net/william278/husksync/listener/BukkitProtocolLibLockedPacketListener.java