mirror of
https://github.com/TuxCoding/FastLogin.git
synced 2025-08-03 04:34:43 +02:00
Fixed setting auth hook
This commit is contained in:
@@ -61,7 +61,7 @@ public class DelayedAuthHook implements Runnable {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (plugin.getAuthPlugin() != null) {
|
if (plugin.getAuthPlugin() == null) {
|
||||||
plugin.setAuthPluginHook(authPluginHook);
|
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