From 524c36cf41ecb76edf66e36e68f638d996185cc2 Mon Sep 17 00:00:00 2001 From: Charles Date: Sun, 16 Dec 2018 22:55:33 +0800 Subject: [PATCH] 1.0.0-SNAPSHOT-U131 + Fixed issue in main class where there was a variable missing --- .../Core/src/com/songoda/epicbosses/CustomBosses.java | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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