[FIX] Old profiles crash

This commit is contained in:
Gravita 2022-03-24 16:49:50 +07:00
parent b67ae753f0
commit 67a53218d4

View file

@ -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