mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2025-12-20 21:40:15 -07:00
Attempt to fix crash on #619
This commit is contained in:
parent
e70958d9a2
commit
1b507bb583
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue