mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-18 17:15:40 -04:00
Attempt to fix crash on #619
This commit is contained in:
parent
e70958d9a2
commit
1b507bb583
@ -69,7 +69,7 @@ public final class Tools
|
||||
int mcReleaseDate = Integer.parseInt(versionInfo.releaseTime.substring(0, 10).replace("-", ""));
|
||||
// 13w17a: 20130425
|
||||
// 13w18a: 20130502
|
||||
if (mcReleaseDate < 20130502) {
|
||||
if (mcReleaseDate < 20130502 && versionInfo.minimumLauncherVersion <= 4){
|
||||
javaArgList.add("-Djava.awt.headless=false");
|
||||
|
||||
// Caciocavallo config
|
||||
|
Loading…
x
Reference in New Issue
Block a user