lenis0012 / LoginSecurity

Lightweight and secure user authentication for Bukkit Minecraft servers
https://www.spigotmc.org/resources/loginsecurity.19362/
Apache License 2.0
98 stars 84 forks source link

bug(Purpur): NPE on updater#setChannel #311

Closed voidpointer0x00 closed 10 months ago

voidpointer0x00 commented 10 months ago

I guess there's no updater available for Purpur servers :)

https://github.com/lenis0012/LoginSecurity/blob/b003ca6ab632a7ddd30cf9bea3afb6deef401244/src/main/java/com/lenis0012/bukkit/loginsecurity/modules/general/GeneralModule.java#L66-L71

lenis0012 commented 10 months ago

You need to pick one when compiling using mvn package -Pspigot or mvn package -Pbukkit (spigot should be used in most cases)