Try this coolty

This commit is contained in:
Jesse Boyd 2016-03-27 16:01:53 +11:00
parent e3f5842299
commit 1bf05df706
6 changed files with 17 additions and 6 deletions

View file

@ -394,7 +394,9 @@ public class BukkitMain extends JavaPlugin implements Listener, IPlotMain {
if (econ.init()) {
return econ;
}
System.out.println("ECONOMY ENABLED!");
} catch (Throwable ignored) {
ignored.printStackTrace();
}
return null;
}