Closed Songbird0 closed 7 years ago
cc @Cybermaxke
The r3 is the revision used internally by spigot, revision 3 was released with 1.8.4, not 1.8.3.
Indeed. I'll submit a pull request soon, if you want.
Only the latest revision of every major minecraft version should be supported, I don't really see a point in having support for all the other ones.
Hi there,
Implementation compatibilty broken.
I tried this code:
I expected to see this happen: assertion success
Instead, this happened:
Merchants.get()
method returnnull
.Meta
Backtrace:
Why this implementation don't work ? :(
Thanks.