Fix startup error: call init method of the scheduling library

This commit is contained in:
Thijs Wiefferink 2017-11-27 10:02:51 +01:00
parent 5dc4d11408
commit 6b59176048
1 changed files with 1 additions and 0 deletions

View File

@ -146,6 +146,7 @@ public final class AreaShop extends JavaPlugin implements AreaShopInterface {
*/
public void onEnable() {
AreaShop.instance = this;
Do.init(this);
managers = new HashSet<>();
boolean error = false;