Skip to content

Commit

Permalink
fix Character encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
marrrrrrme6 committed Oct 4, 2024
1 parent ff8ad05 commit 20cd284
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions launcher/minecraft/MinecraftInstance.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -475,6 +475,8 @@ QStringList MinecraftInstance::javaArguments()
{
QStringList args;

args << "-Duser.language=en";

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

Expand Down

0 comments on commit 20cd284

Please sign in to comment.