Skip to content

Commit

Permalink
Sodium, pls get gud
Browse files Browse the repository at this point in the history
  • Loading branch information
The Judge committed Sep 9, 2024
1 parent 92b931b commit 6bb7112
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/pojlib/util/JREUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,8 @@ public static List<String> getJavaArgs(Context ctx, MinecraftInstances.Instance
"-Dglfwstub.initEgl=false",
"-Dlog4j2.formatMsgNoLookups=true", //Log4j RCE mitigation
"-Dnet.minecraft.clientmodname=" + "QuestCraft",
"-Dext.net.resolvPath=" + Constants.USER_HOME + "/hacks/ResConfHack.jar"
"-Dext.net.resolvPath=" + Constants.USER_HOME + "/hacks/ResConfHack.jar",
"-Dsodium.checks.issue2561=false"
));
}

Expand Down

0 comments on commit 6bb7112

Please sign in to comment.