Let's use a human-readable name

This commit is contained in:
Acrobot 2012-11-28 21:31:24 +01:00
parent 0f0fd3b60e
commit 9fa32c448a
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ public class TransactionMessageSender implements Listener {
Joiner joiner = Joiner.on(' ');
for (ItemStack item : stock) {
joiner.appendTo(message, item.getAmount(), MaterialUtil.getSignName(item));
joiner.appendTo(message, item.getAmount(), MaterialUtil.getName(item));
}
return message.toString();