mirror of
https://github.com/EssentialsX/Essentials.git
synced 2025-01-13 19:52:03 +01:00
Always set the message sender's reply-recipient when they send a message.
This commit is contained in:
parent
928f05ca8f
commit
cf448cd1cc
@ -70,12 +70,9 @@ public class SimpleMessageRecipient implements IMessageRecipient {
|
||||
default:
|
||||
sendMessage(tl("msgFormat", tl("me"), recipient.getDisplayName(), message));
|
||||
}
|
||||
|
||||
if (ess.getSettings().isLastMessageReplyRecipient()) {
|
||||
// If the message was a success, set this sender's reply-recipient to the current recipient.
|
||||
if (messageResponse.isSuccess()) {
|
||||
setReplyRecipient(recipient);
|
||||
}
|
||||
// If the message was a success, set this sender's reply-recipient to the current recipient.
|
||||
if (messageResponse.isSuccess()) {
|
||||
setReplyRecipient(recipient);
|
||||
}
|
||||
return messageResponse;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user