mirror of
https://github.com/TuxCoding/FastLogin.git
synced 2025-07-29 18:27:36 +02:00
Return when first auth plugin found
This commit is contained in:
@ -129,6 +129,7 @@ public class FastLoginBungee extends Plugin implements PlatformPlugin<CommandSen
|
||||
logger.info("Hooking into auth plugin: {}", pluginName);
|
||||
core.setAuthPluginHook(
|
||||
clazz.getDeclaredConstructor(FastLoginBungee.class).newInstance(this));
|
||||
break;
|
||||
}
|
||||
}
|
||||
} catch (ReflectiveOperationException ex) {
|
||||
|
Reference in New Issue
Block a user