Update ServerLib

This commit is contained in:
NotMyFault
2021-05-12 16:35:51 +02:00
parent 46fae22de4
commit 7b6fde2579
2 changed files with 2 additions and 3 deletions

View File

@ -175,7 +175,6 @@ public class WorldEditPlugin extends JavaPlugin { //implements TabCompleter
// Check whether the server runs on 11 or greater
ServerLib.checkJavaLTS();
ServerLib.checkJavaMinor();
// Check if we are in a safe environment
ServerLib.checkUnsafeForks();
}