mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2025-02-14 04:47:51 +00:00
Add spaces in /bending display [improper argument]
This commit is contained in:
parent
d1e3053955
commit
086fd7c408
1 changed files with 6 additions and 2 deletions
|
@ -416,9 +416,13 @@ public class Commands {
|
|||
} else {
|
||||
s.sendMessage(ChatColor.RED + "Not a valid Element." + ChatColor.WHITE + " Elements: " +
|
||||
Methods.getAirColor() + "Air" +
|
||||
Methods.getEarthColor() + "Earth" +
|
||||
Methods.getFireColor() + "Fire" +
|
||||
ChatColor.WHITE + " | " +
|
||||
Methods.getWaterColor() + "Water" +
|
||||
ChatColor.WHITE + " | " +
|
||||
Methods.getEarthColor() + "Earth" +
|
||||
ChatColor.WHITE + " | " +
|
||||
Methods.getFireColor() + "Fire" +
|
||||
ChatColor.WHITE + " | " +
|
||||
Methods.getChiColor() + "Chi");
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue