Skip to content

Commit

Permalink
Fix #116
Browse files Browse the repository at this point in the history
  • Loading branch information
quentin452 committed Feb 4, 2024
1 parent 9db988f commit 07f7daa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ public void shutdownMinecraftApplet() {
* @reason
*/
@Overwrite
private static boolean isJvm64bit() {
public static boolean isJvm64bit() {
String[] astring = new String[] { "sun.arch.data.model", "com.ibm.vm.bitmode", "os.arch" };
int i = astring.length;

Expand Down

0 comments on commit 07f7daa

Please sign in to comment.