diff --git a/plugin-modules/Core/src/com/songoda/epicbosses/CustomBosses.java b/plugin-modules/Core/src/com/songoda/epicbosses/CustomBosses.java index d8e428a..e0f3a1a 100644 --- a/plugin-modules/Core/src/com/songoda/epicbosses/CustomBosses.java +++ b/plugin-modules/Core/src/com/songoda/epicbosses/CustomBosses.java @@ -88,7 +88,7 @@ public class CustomBosses extends JavaPlugin implements IReloadable { new Metrics(this); new ServerUtils(this); - this.bossSkillManager = new BossSkillManager(); + this.bossSkillManager = new BossSkillManager(this); this.bossHookManager = new BossHookManager(this); this.bossTauntManager = new BossTauntManager(this); this.bossTargetManager = new BossTargetManager(this); diff --git a/pom.xml b/pom.xml index 2781159..2ca41d0 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ - 1.0.0-U130 + 1.0.0-U131 EpicBosses com.songoda.epicbosses.CustomBosses AMinecraftDev