mirror of
https://github.com/Melledy/Nebula.git
synced 2025-12-13 04:45:02 +01:00
Give command now logs a message to the console
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user