Add helpful message to /b display

This commit is contained in:
MistPhizzle 2014-07-16 21:19:41 -04:00
parent 4db6cbeaa7
commit 43d5135f54

View file

@ -414,6 +414,7 @@ public class Commands {
if (abilities.isEmpty()) {
s.sendMessage("You don't have any bound abilities.");
s.sendMessage("If you would like to see a list of available abilities, please use the /bending display [Element] command. Use /bending help for more information.");
return true;
}