Skip to content

Commit

Permalink
Merge branch 'QuestCraft' of https://github.com/QuestCraftPlusPlus/Po…
Browse files Browse the repository at this point in the history
…jlib into Testing
  • Loading branch information
Cartrigger committed Sep 9, 2024
2 parents 361599b + 6bb7112 commit aab3f0d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
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
4 changes: 2 additions & 2 deletions src/main/jniLibs/arm64-v8a/libtinywrapper.so
Git LFS file not shown

0 comments on commit aab3f0d

Please sign in to comment.