Skip to content

Commit

Permalink
Altered Coinpurse.java
Browse files Browse the repository at this point in the history
  • Loading branch information
dmccoystephenson committed Sep 18, 2021
1 parent b130ca8 commit 1c2709e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public int getCurrencyAmount(Currency currency) {
@Override
public void sendCurrencyInformationToPlayer(Player player) {
if (currencyAmounts.size() == 0) {
player.sendMessage(ChatColor.AQUA + "Your coinpurse is empty.");
player.sendMessage(ChatColor.AQUA + "This coinpurse is empty.");
return;
}
player.sendMessage(ChatColor.AQUA + "=== Coinpurse Contents ===");
Expand Down

0 comments on commit 1c2709e

Please sign in to comment.