Skip to content

Commit

Permalink
fruhh
Browse files Browse the repository at this point in the history
  • Loading branch information
SolDev69 committed Apr 3, 2024
1 parent 4fd0470 commit 5fb7445
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public static boolean installNewJreIfNeeded(Activity activity, JMinecraftVersion
showRuntimeFail(activity, versionInfo);
return false;
} else {
minecraftProfile.javaDir = Tools.LAUNCHERPROFILES_RTPREFIX + JRE.NEW_JRE_NAME;
minecraftProfile.javaDir = Tools.LAUNCHERPROFILES_RTPREFIX + JRE21Util.NEW_JRE_NAME;
LauncherProfiles.load();
}
} else {
Expand Down

0 comments on commit 5fb7445

Please sign in to comment.