mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2025-08-02 10:36:26 +00:00
Synchronize the headers of display command (#1039)
## Misc. Changes * Synchronizes the display command header for a more clean, uniform look between normal abilities, combo abilities, and passive abilities. 
This commit is contained in:
parent
5c84b6d2db
commit
8217f037ae
1 changed files with 2 additions and 2 deletions
|
@ -118,7 +118,7 @@ public class DisplayCommand extends PKCommand {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
sender.sendMessage(element.getColor() + (ChatColor.BOLD + element.getName()) + element.getType().getBending() + ChatColor.WHITE + (ChatColor.BOLD + " Combos"));
|
sender.sendMessage(element.getColor() + (ChatColor.BOLD + element.getName()) + element.getType().getBending() + (ChatColor.BOLD + " Combos"));
|
||||||
|
|
||||||
for (final String comboMove : combos) {
|
for (final String comboMove : combos) {
|
||||||
ChatColor comboColor = color;
|
ChatColor comboColor = color;
|
||||||
|
@ -179,7 +179,7 @@ public class DisplayCommand extends PKCommand {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
sender.sendMessage(element.getColor() + (ChatColor.BOLD + element.getName()) + element.getType().getBending() + ChatColor.WHITE + (ChatColor.BOLD + " Passives"));
|
sender.sendMessage(element.getColor() + (ChatColor.BOLD + element.getName()) + element.getType().getBending() + (ChatColor.BOLD + " Passives"));
|
||||||
|
|
||||||
for (final String passiveAbil : passives) {
|
for (final String passiveAbil : passives) {
|
||||||
ChatColor passiveColor = color;
|
ChatColor passiveColor = color;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue