Return when first auth plugin found

This commit is contained in:
墨水瓶Official
2021-04-07 00:30:11 +08:00
committed by GitHub
parent ab1d3ded63
commit 2c3fd4a575

View File

@ -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) {