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