Skip to content

Commit

Permalink
Re:fix charactor encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
marrrrrrme6 committed Oct 4, 2024
1 parent 20cd284 commit 5ebc5e2
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 @@ -475,7 +475,7 @@ QStringList MinecraftInstance::javaArguments()
{
QStringList args;

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

// custom args go first. we want to override them if we have our own here.
args.append(extraArguments());
Expand Down

0 comments on commit 5ebc5e2

Please sign in to comment.