mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-15 03:31:15 +03:00
[FIX] ModuleLaunch NPE
This commit is contained in:
parent
3754a327b0
commit
ebbd1c87e8
1 changed files with 1 additions and 1 deletions
|
@ -120,8 +120,8 @@ public ClassLoaderControl init(List<Path> files, String nativePath, LaunchOption
|
|||
controller.addReads(source, target);
|
||||
}
|
||||
}
|
||||
moduleClassLoader.initializeWithLayer(layer);
|
||||
}
|
||||
moduleClassLoader.initializeWithLayer(layer);
|
||||
}
|
||||
return moduleClassLoader.makeControl();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue