mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-12-22 16:41:46 +03:00
[FIX] classLoaderConfig is null
This commit is contained in:
parent
c7781b30be
commit
1bebd8de2c
1 changed files with 1 additions and 0 deletions
|
@ -79,6 +79,7 @@ public ClientProfileBuilder(ClientProfile profile) {
|
|||
this.loadNatives = new ArrayList<>(profile.getLoadNatives());
|
||||
this.properties = new HashMap<>(profile.getProperties());
|
||||
this.servers = new ArrayList<>(profile.getServers());
|
||||
this.classLoaderConfig = profile.getClassLoaderConfig();
|
||||
this.flags = new ArrayList<>(profile.getFlags());
|
||||
this.recommendJavaVersion = profile.getRecommendJavaVersion();
|
||||
this.minJavaVersion = profile.getMinJavaVersion();
|
||||
|
|
Loading…
Reference in a new issue