BungeePackFix
BungeePackFix copied to clipboard
Fixed hash equality check not working on Velocity
As is, equal_pack_attributes.hash
does not function correctly on Velocity, because Objects.equals is used on a byte array, which only checks for reference equality, which cannot work because the getter always creates a clone.
After a quick test, the resource pack seems to be correctly skipped.