mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-12-22 16:41:46 +03:00
[FIX] Old profiles crash
This commit is contained in:
parent
b67ae753f0
commit
67a53218d4
1 changed files with 2 additions and 2 deletions
|
@ -48,9 +48,9 @@ public final class ClientProfile implements Comparable<ClientProfile> {
|
|||
@LauncherNetworkAPI
|
||||
private List<String> classPath;
|
||||
@LauncherNetworkAPI
|
||||
private List<String> modulePath;
|
||||
private List<String> modulePath = new ArrayList<>();
|
||||
@LauncherNetworkAPI
|
||||
private List<String> modules;
|
||||
private List<String> modules = new ArrayList<>();
|
||||
@LauncherNetworkAPI
|
||||
private List<String> altClassPath;
|
||||
@LauncherNetworkAPI
|
||||
|
|
Loading…
Reference in a new issue