mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-15 11:39:11 +03:00
Update SaveProfilesCommand.java
This commit is contained in:
parent
1667b00757
commit
92a6947ab8
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ public static MakeProfileOption[] getMakeProfileOptionsFromDir(Path dir, ClientP
|
|||
if(Files.exists(dir.resolve("liteloader.jar"))) {
|
||||
options.add(MakeProfileOption.LITELOADER);
|
||||
}
|
||||
if(version.compareTo(ClientProfile.Version.MC112) <= 0) {
|
||||
if(version.compareTo(ClientProfile.Version.MC1122) <= 0) {
|
||||
options.add(MakeProfileOption.LAUNCHWRAPPER);
|
||||
}
|
||||
return options.toArray(new MakeProfileOption[0]);
|
||||
|
|
Loading…
Reference in a new issue