mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-15 03:31:15 +03:00
[FIX] Cyclic dependencies in LaunchServerCore Module
This commit is contained in:
parent
4e4f606636
commit
96d2cfaf26
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ public LaunchServerModulesManager(Path modulesDir, Path configDir, LauncherTrust
|
|||
super(modulesDir, configDir, trustManager);
|
||||
coreModule = new LaunchServerCoreModule();
|
||||
checkMode = LauncherTrustManager.CheckMode.NONE_IN_NOT_SIGNED;
|
||||
modules.add(coreModule);
|
||||
loadModule(coreModule);
|
||||
}
|
||||
|
||||
public void fullInitializedLaunchServer(LaunchServer server) {
|
||||
|
|
Loading…
Reference in a new issue