mirror of
https://github.com/ChestShop-authors/ChestShop-3.git
synced 2024-12-24 17:17:49 +01:00
Let's use a human-readable name
This commit is contained in:
parent
0f0fd3b60e
commit
9fa32c448a
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user