mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2024-12-22 16:05:01 +00:00
Update DisplayCommand.java
* forgot display command for blue fire compatability
This commit is contained in:
parent
63e0f9a58b
commit
87c4251959
1 changed files with 2 additions and 1 deletions
|
@ -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());
|
||||
|
|
Loading…
Reference in a new issue