Skip to content
This repository has been archived by the owner on Oct 23, 2021. It is now read-only.

Commit

Permalink
Allow loading of plugin without AsyncWorldLoader
Browse files Browse the repository at this point in the history
Just display a warning
  • Loading branch information
AgentConDier authored Aug 21, 2018
1 parent 30c70cb commit 116ecbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/net/hampoelz/NetherPortals/main/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 116ecbe

Please sign in to comment.