You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In league 3.21, PoE appears to have changed their name hashing algorithm from FNV to MurmurHash. I added this function to index.go and started calling it instead of FNV. This seemts to have fixed the incompatibility.
In league 3.21, PoE appears to have changed their name hashing algorithm from FNV to MurmurHash. I added this function to
index.go
and started calling it instead of FNV. This seemts to have fixed the incompatibility.The text was updated successfully, but these errors were encountered: