fix autorankup

This commit is contained in:
okx-code
2020-07-18 00:36:31 +01:00
parent e515ed9bf7
commit 335ba87bdb
@@ -182,6 +182,7 @@ public class RankupPlugin extends JavaPlugin {
} }
} catch (IllegalStateException ignored) { } catch (IllegalStateException ignored) {
} }
autoRankup = new AutoRankup(this);
autoRankup.runTaskTimer(this, time, time); autoRankup.runTaskTimer(this, time, time);
} }