mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-05-17 13:42:33 +08:00
Language linting (#1382)
This commit is contained in:
committed by
GitHub
Unverified
parent
bb84432b4c
commit
8843276c41
@@ -65,7 +65,7 @@ public final class SendMailCommand implements CommandHandler {
|
||||
switch (args.get(0).toLowerCase()) {
|
||||
case "stop" -> {
|
||||
mailBeingConstructed.remove(senderId);
|
||||
CommandHandler.sendMessage(sender, translate(sender, "commands.sendMail.sendCancel"));
|
||||
CommandHandler.sendMessage(sender, translate(sender, "commands.sendMail.send_cancel"));
|
||||
return;
|
||||
}
|
||||
case "finish" -> {
|
||||
|
||||
Reference in New Issue
Block a user