Lets fix these messages.

This commit is contained in:
Brianna 2020-05-09 15:44:36 -04:00
parent 2aa29b3c81
commit d111263297
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ public class BossSkillListener implements Listener {
String customMessage = skill.getCustomMessage();
if (customMessage != null)
masterMessage = Arrays.asList(skill.getCustomMessage());
masterMessage = BossAPI.getStoredMessages(skill.getCustomMessage());
List<LivingEntity> targettedEntities = this.bossSkillManager.getTargetedEntities(activeBossHolder, skill, activeBossHolder.getLivingEntity().getLocation(), damagingEntity);