Remove java version check

This commit is contained in:
Jesse Boyd 2017-07-28 12:00:03 +10:00
parent 11d1466d2c
commit 42d0317d6c
No known key found for this signature in database
GPG Key ID: 59F1DE6293AF6E1F
1 changed files with 1 additions and 8 deletions

View File

@ -657,14 +657,7 @@ public class Fawe {
debug(" - This is only a recommendation");
debug("====================================");
}
} catch (Throwable ignore) {
}
if (MainUtil.getJavaVersion() < 1.8) {
debug("====== UPGRADE TO JAVA 8 ======");
debug("You are running " + System.getProperty("java.version"));
debug(" - This is only a recommendation");
debug("====================================");
}
} catch (Throwable ignore) {}
}
private void setupMemoryListener() {