/bending choose not displaying Chi

This commit is contained in:
MistPhizzle 2014-07-04 21:27:05 -04:00
parent 460f8179d2
commit 23fd81fb07

View file

@ -638,7 +638,7 @@ public class Commands {
return true;
}
s.sendMessage(ChatColor.GOLD + "Proper Usage: " + ChatColor.DARK_AQUA + "/bending choose [Element]");
s.sendMessage(ChatColor.GOLD + "Applicable Elements: " + ChatColor.DARK_AQUA + "Air, Water, Earth, Fire");
s.sendMessage(ChatColor.GOLD + "Applicable Elements: " + ChatColor.DARK_AQUA + "Air, Water, Earth, Fire, Chi");
return true;
}
if (args.length == 3) {