AuthMe / AuthMeReloaded

The best authentication plugin for the Bukkit/Spigot API!
https://www.spigotmc.org/resources/authmereloaded.6269/
GNU General Public License v3.0
616 stars 515 forks source link

NewAPI can no longer be retrieved #873

Closed Sitmobedaf closed 8 years ago

Sitmobedaf commented 8 years ago

http://pastebin.com/kAdBjpfY

sgdc3 commented 8 years ago

Not our fault :/ Can't see any reference to authme in the stacktrace

sgdc3 commented 8 years ago

Ah found it, ChatGuard developer needs to recompile the projevt with latest version of our api.

ljacqu commented 8 years ago

We had two constructors for NewAPI, one removed in https://github.com/AuthMe/AuthMeReloaded/commit/b671c94e0b0ce902cb823c37d64fd332ae123bc2 because we always call the other one on initialization. Turns out the one I left doesn't register the instance... :pensive: (ouch)

Thank you for reporting this issue—fixed with build nr. 1235 & above. http://ci.xephi.fr/job/AuthMeReloaded/.

Sitmobedaf commented 8 years ago

Fixed, thanks.