Update ServerLib & remove Java version check

We now require Java 16 onwards
This commit is contained in:
NotMyFault
2021-06-22 23:49:31 +02:00
parent 9acf9f4f19
commit 9fa0a8b27b
2 changed files with 1 additions and 3 deletions

View File

@ -559,8 +559,6 @@ public final class BukkitPlatform extends JavaPlugin implements Listener, PlotPl
// Check if we are in a safe environment
ServerLib.checkUnsafeForks();
// Check whether the server runs on 16 or greater
ServerLib.checkJavaLTS();
}
private void unload() {