Skip to content

Commit

Permalink
Fix running on not-spigot
Browse files Browse the repository at this point in the history
Once again cb is supported, for whatever reason
  • Loading branch information
mcmonkey4eva committed Jul 26, 2015
1 parent c6f6562 commit 3968c39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/net/aufdemrand/denizen/Denizen.java
Expand Up @@ -360,7 +360,7 @@ public void onEnable() {
try {
org.spigotmc.AsyncCatcher.enabled = false;
}
catch (Exception e) {
catch (Throwable e) {
dB.echoError("Running not-Spigot?!");
}

Expand Down

0 comments on commit 3968c39

Please sign in to comment.