Give command now logs a message to the console

This commit is contained in:
Melledy
2025-10-30 08:41:29 -07:00
parent e196c3de28
commit 489b88ea4a

View File

@@ -37,6 +37,9 @@ public class GiveCommand implements CommandHandler {
// Add
mail.addAttachment(itemId, amount);
// Log
args.sendMessage("Giving " + args.getTarget().getName() + " " + amount + " of " + itemId);
}
// Add mail