From 87c4251959125f779f48bf7889046ebfab8585d2 Mon Sep 17 00:00:00 2001 From: Simp Date: Sat, 27 Jun 2020 20:34:59 -0400 Subject: [PATCH] Update DisplayCommand.java * forgot display command for blue fire compatability --- src/com/projectkorra/projectkorra/command/DisplayCommand.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/com/projectkorra/projectkorra/command/DisplayCommand.java b/src/com/projectkorra/projectkorra/command/DisplayCommand.java index 4038ca98..e929fa1a 100644 --- a/src/com/projectkorra/projectkorra/command/DisplayCommand.java +++ b/src/com/projectkorra/projectkorra/command/DisplayCommand.java @@ -305,7 +305,7 @@ public class DisplayCommand extends PKCommand { abilitiesSent.add(ability.getName()); } } - sender.sendMessage(element.getParentElement().getColor() + "Passives: " + element.getColor() + "/bending display " + element.getName() + "Passives"); + sender.sendMessage(element.getParentElement().getColor() + "Passives: " + element.getColor() + "/bending display " + element.getName().replace(" ", "") + "Passives"); } /** @@ -370,6 +370,7 @@ public class DisplayCommand extends PKCommand { list.add("Plantbending"); list.add("Sand"); list.add("Spiritual"); + list.add("BlueFire"); for (final SubElement se : Element.getAddonSubElements()) { list.add(se.getName());