mirror of
https://github.com/TuxCoding/FastLogin.git
synced 2025-07-31 19:24:47 +02:00
Fixed setting auth hook
This commit is contained in:
@@ -61,7 +61,7 @@ public class DelayedAuthHook implements Runnable {
|
||||
return false;
|
||||
}
|
||||
|
||||
if (plugin.getAuthPlugin() != null) {
|
||||
if (plugin.getAuthPlugin() == null) {
|
||||
plugin.setAuthPluginHook(authPluginHook);
|
||||
}
|
||||
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user