Skip to content

Commit

Permalink
Update MinecraftInstance.cpp
Browse files Browse the repository at this point in the history
Changed jvm arguments to output in utf-8.

Signed-off-by: marrrrrrme6 <[email protected]>
  • Loading branch information
marrrrrrme6 authored Oct 4, 2024
1 parent ff8ad05 commit 4631282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion launcher/minecraft/MinecraftInstance.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ QStringList MinecraftInstance::javaArguments()
}
}

args << "-Duser.language=en";
args << "-Duser.language=en -Dfile.encoding=UTF-8";

if (javaVersion.isModular() && shouldApplyOnlineFixes())
// allow reflective access to java.net - required by the skin fix
Expand Down

0 comments on commit 4631282

Please sign in to comment.