Skip to content

Commit

Permalink
Revert "Debug Tools"
Browse files Browse the repository at this point in the history
This reverts commit d85ee1a.
  • Loading branch information
CADIndie committed Dec 23, 2024
1 parent f211cfd commit b382bdd
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/main/java/pojlib/util/JREUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -243,11 +243,6 @@ public static List<String> getJavaArgs(Context ctx, MinecraftInstances.Instance
"-Dglfwstub.initEgl=false",
"-Dlog4j2.formatMsgNoLookups=true", //Log4j RCE mitigation
"-Dnet.minecraft.clientmodname=" + "QuestCraft",
"-Dcom.sun.management.jmxremote",
"-Dcom.sun.management.jmxremote.port=9191",
"-Dcom.sun.management.jmxremote.authenticate=false",
"-Dcom.sun.management.jmxremote.ssl=false",
"-Djava.rmi.server.hostname=192.168.12.132",
"-Dext.net.resolvPath=" + Constants.USER_HOME + "/hacks/ResConfHack.jar",
"-Dsodium.checks.issue2561=false",
"-Dorg.sqlite.lib.path=" + ctx.getApplicationInfo().nativeLibraryDir ));
Expand Down

0 comments on commit b382bdd

Please sign in to comment.