BungeePackFix icon indicating copy to clipboard operation
BungeePackFix copied to clipboard

Fixed hash equality check not working on Velocity

Open itsTyrion opened this issue 1 year ago • 7 comments

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.

itsTyrion avatar Feb 06 '24 23:02 itsTyrion