Added 1.8 Fences

This commit is contained in:
Sn0wStorm
2015-01-10 22:51:01 +01:00
parent bc56fc8770
commit 1f16c6af04
5 changed files with 36 additions and 9 deletions
@@ -21,7 +21,7 @@ import org.json.simple.JSONValue;
*/
public class UpdateChecker implements Runnable {
// The project's unique ID
private final int projectID = 68006;
private static final int projectID = 68006;
// Used for locating version numbers in file names
private static final String DELIMETER = "^v|[\\s_-]v";