mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-15 11:39:11 +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);
|
super(modulesDir, configDir, trustManager);
|
||||||
coreModule = new LaunchServerCoreModule();
|
coreModule = new LaunchServerCoreModule();
|
||||||
checkMode = LauncherTrustManager.CheckMode.NONE_IN_NOT_SIGNED;
|
checkMode = LauncherTrustManager.CheckMode.NONE_IN_NOT_SIGNED;
|
||||||
modules.add(coreModule);
|
loadModule(coreModule);
|
||||||
}
|
}
|
||||||
|
|
||||||
public void fullInitializedLaunchServer(LaunchServer server) {
|
public void fullInitializedLaunchServer(LaunchServer server) {
|
||||||
|
|
Loading…
Reference in a new issue