mirror of
https://github.com/boy0001/FastAsyncWorldedit.git
synced 2024-11-28 13:45:36 +01:00
Remove java version check
This commit is contained in:
parent
11d1466d2c
commit
42d0317d6c
@ -657,14 +657,7 @@ public class Fawe {
|
|||||||
debug(" - This is only a recommendation");
|
debug(" - This is only a recommendation");
|
||||||
debug("====================================");
|
debug("====================================");
|
||||||
}
|
}
|
||||||
} catch (Throwable ignore) {
|
} 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("====================================");
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private void setupMemoryListener() {
|
private void setupMemoryListener() {
|
||||||
|
Loading…
Reference in New Issue
Block a user