mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-16 08:05:34 -04:00
Remove a return
This commit is contained in:
parent
31431b41a4
commit
4d5e7a7faa
@ -154,7 +154,6 @@ public class JREUtils
|
|||||||
JRE_ARCHITECTURE = jreReleaseList.get("OS_ARCH");
|
JRE_ARCHITECTURE = jreReleaseList.get("OS_ARCH");
|
||||||
if (JRE_ARCHITECTURE.startsWith("i") && JRE_ARCHITECTURE.endsWith("86") && Tools.currentArch.contains("x86") && !Tools.currentArch.contains("64")) {
|
if (JRE_ARCHITECTURE.startsWith("i") && JRE_ARCHITECTURE.endsWith("86") && Tools.currentArch.contains("x86") && !Tools.currentArch.contains("64")) {
|
||||||
JRE_ARCHITECTURE = "i386/i486/i586";
|
JRE_ARCHITECTURE = "i386/i486/i586";
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user