mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-08-03 11:06:08 +00:00
Tell user that /mail sendall succeeded when used in console.
This commit is contained in:
parent
3c4388f8be
commit
c57332be63
1 changed files with 2 additions and 0 deletions
|
@ -115,6 +115,8 @@ public class Commandmail extends EssentialsCommand
|
|||
else if (args.length >= 1 && "sendall".equalsIgnoreCase(args[0]))
|
||||
{
|
||||
ess.scheduleAsyncDelayedTask(new SendAll("Server: " + getFinalArg(args, 2)));
|
||||
sender.sendMessage(_("mailSent"));
|
||||
return;
|
||||
}
|
||||
else if (args.length >= 2)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue