William
William
As was done for Saul in 1.0.5. Probably can re-use the routine there.
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
This seems to be safe to ignore, though. Basically it seems like Minecraft is trying to do stuff with attributes while we're trying to read it. Stack trace ``` java.util.ConcurrentModificationException:...
Need to test that the economy hook still registers w/ vault as of latest commit after a report.