mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-06-25 02:04:44 +02:00
Update ServerLib & remove Java version check
We now require Java 16 onwards
This commit is contained in:
@ -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() {
|
||||
|
Reference in New Issue
Block a user