diff --git a/2006Redone Server/src/com/rebotted/game/bots/BotHandler.java b/2006Redone Server/src/com/rebotted/game/bots/BotHandler.java index 4ba44a0d..e5ae4d39 100644 --- a/2006Redone Server/src/com/rebotted/game/bots/BotHandler.java +++ b/2006Redone Server/src/com/rebotted/game/bots/BotHandler.java @@ -155,6 +155,7 @@ public class BotHandler { int totalCoins = shop.getItemAssistant().getItemAmount(currency); player.getItemAssistant().addItem(currency, totalCoins); shop.getItemAssistant().deleteItem(currency, totalCoins); + player.getPacketSender().sendMessage("You collected " + totalCoins + " coins."); } public static void addTobank(int shop_id, int item_id, int amount){