Skip to content

Commit

Permalink
Merge branch 'QuestCraftPlusPlus:QuestCraft' into QuestCraft
Browse files Browse the repository at this point in the history
  • Loading branch information
thewiilover authored Sep 9, 2024
2 parents 2124508 + 6bb7112 commit bbb02c0
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 @@ -250,7 +250,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 bbb02c0

Please sign in to comment.