From e29ec657d3d07d980b0a6dfdae855dc7a632cb85 Mon Sep 17 00:00:00 2001 From: RePixelatedMC Date: Fri, 12 Jan 2024 16:10:02 +0100 Subject: [PATCH] e --- .../java/com/volmit/iris/core/safeguard/ServerBootSFG.java | 4 ---- 1 file changed, 4 deletions(-) diff --git a/core/src/main/java/com/volmit/iris/core/safeguard/ServerBootSFG.java b/core/src/main/java/com/volmit/iris/core/safeguard/ServerBootSFG.java index c38ecc57a..46dda64d7 100644 --- a/core/src/main/java/com/volmit/iris/core/safeguard/ServerBootSFG.java +++ b/core/src/main/java/com/volmit/iris/core/safeguard/ServerBootSFG.java @@ -42,9 +42,6 @@ public class ServerBootSFG { public static void BootCheck() { Iris.info("Checking for possible conflicts.."); - ExecutorService executorServices = Executors.newSingleThreadExecutor(); - - executorServices.submit(() -> { org.bukkit.plugin.PluginManager pluginManager = Bukkit.getPluginManager(); Plugin[] plugins = pluginManager.getPlugins(); @@ -129,7 +126,6 @@ public class ServerBootSFG { Iris.safeguard("Unstable mode has been activated."); } } - }); } public static boolean isJDK() {