forked from TuxCoding/FastLogin
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);
|
logger.info("Hooking into auth plugin: {}", pluginName);
|
||||||
core.setAuthPluginHook(
|
core.setAuthPluginHook(
|
||||||
clazz.getDeclaredConstructor(FastLoginBungee.class).newInstance(this));
|
clazz.getDeclaredConstructor(FastLoginBungee.class).newInstance(this));
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} catch (ReflectiveOperationException ex) {
|
} catch (ReflectiveOperationException ex) {
|
||||||
|
Reference in New Issue
Block a user