From 116ecbe91e690b9e8491dd36b8f9f2effe8cc2e3 Mon Sep 17 00:00:00 2001 From: AgentConDier Date: Wed, 22 Aug 2018 01:37:13 +0200 Subject: [PATCH] Allow loading of plugin without AsyncWorldLoader Just display a warning --- src/net/hampoelz/NetherPortals/main/Main.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/net/hampoelz/NetherPortals/main/Main.java b/src/net/hampoelz/NetherPortals/main/Main.java index a6bec45..c4c0567 100644 --- a/src/net/hampoelz/NetherPortals/main/Main.java +++ b/src/net/hampoelz/NetherPortals/main/Main.java @@ -21,7 +21,7 @@ public void onEnable() } else { - throw new RuntimeException("[NetherPortals] Could not find AsyncWorldManager!! Plugin will likely not work without it! (If you want to try, remove the line that throws this exception)"); + Bukkit.getLogger().warning("[NetherPortals] Could not find AsyncWorldManager!! Plugin will likely not work without it!"); } getCommands();