Add spaces in /bending display [improper argument]

This commit is contained in:
MistPhizzle 2014-08-03 01:02:08 -04:00
parent d1e3053955
commit 086fd7c408

View file

@ -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");
}