Fix things

This commit is contained in:
Arcaratus 2015-06-22 12:57:41 -04:00
commit 62879c48cb
9 changed files with 246 additions and 12 deletions

View file

@ -18,7 +18,7 @@ import java.util.zip.ZipFile;
public class GAPIChecker
{
public static boolean doneChecking = false;
public static String onlineVersion = "";
public static String onlineVersion = "@VERSION@";
public static boolean triedToWarnPlayer = false;
public static boolean startedDownload = false;