mirror of
https://github.com/Melledy/Nebula.git
synced 2025-12-16 06:15:20 +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
|
// Add
|
||||||
mail.addAttachment(itemId, amount);
|
mail.addAttachment(itemId, amount);
|
||||||
|
|
||||||
|
// Log
|
||||||
|
args.sendMessage("Giving " + args.getTarget().getName() + " " + amount + " of " + itemId);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Add mail
|
// Add mail
|
||||||
|
|||||||
Reference in New Issue
Block a user