mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-18 04:21:31 +02:00
Tell user that /mail sendall succeeded when used in console.
This commit is contained in:
@@ -115,6 +115,8 @@ public class Commandmail extends EssentialsCommand
|
|||||||
else if (args.length >= 1 && "sendall".equalsIgnoreCase(args[0]))
|
else if (args.length >= 1 && "sendall".equalsIgnoreCase(args[0]))
|
||||||
{
|
{
|
||||||
ess.scheduleAsyncDelayedTask(new SendAll("Server: " + getFinalArg(args, 2)));
|
ess.scheduleAsyncDelayedTask(new SendAll("Server: " + getFinalArg(args, 2)));
|
||||||
|
sender.sendMessage(_("mailSent"));
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
else if (args.length >= 2)
|
else if (args.length >= 2)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user