Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ public void run(final Server server, final User user, final String commandLabel,
u.addMail(mail);
}
user.sendMessage(_("mailSent"));
user.sendMessage(_("mailMessage"));
user.sendMessage(mail);
return;
}
if (args.length > 1 && "sendall".equalsIgnoreCase(args[0]))
Expand Down
3 changes: 2 additions & 1 deletion Essentials/src/messages.properties
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ localFormat=[L]<{0}> {1}
mailClear=\u00a76To mark your mail as read, type\u00a7c /mail clear.
mailCleared=\u00a76Mail Cleared\!
mailSent=\u00a76Mail sent\!
mailMessage=\u00a77You sent a mail to {1} with the message:
markMailAsRead=\u00a76To mark your mail as read, type\u00a7c /mail clear.
markedAsAway=\u00a76You are now marked as away.
markedAsNotAway=\u00a76You are no longer marked as away.
Expand Down Expand Up @@ -539,4 +540,4 @@ skullChanged=\u00a76Skull changed to \u00a7c{0}.\u00a76.
alphaNames=\u00a74Player names can only contain letters, numbers and underscores.
givenSkull=\u00a76You have been given the Skull of \u00a7c{0}\u00a76.
noPermissionSkull=\u00a74You do not have permission to modify that Skull.
invalidSkull=\u00a74Please hold a player Skull.
invalidSkull=\u00a74Please hold a player Skull.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't see why this was changed. Perhaps you made a derp? ;)