Skip to content

Commit

Permalink
Update API.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Novampr authored Jun 25, 2024
1 parent 7179bad commit ebfe0a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/pojlib/API.java
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public static void startGame(
JREUtils.redirectAndPrintJRELog();
VLoader.setAndroidInitInfo(activity);
try {
JREUtils.launchJavaVM(activity, allArgs, gameDir, memoryValue, questModel, mainClass);
JREUtils.launchJavaVM(activity, allArgs, versionName, gameDir, memoryValue, questModel, mainClass);
} catch (Throwable t) {
throw new RuntimeException("JVM has stopped.", t);
}
Expand Down

0 comments on commit ebfe0a7

Please sign in to comment.