mirror of
https://github.com/EssentialsX/Essentials.git
synced 2024-11-09 12:30:42 +01:00
WHERE ARE THE BRAKES? Fix sending both UNREACHABLE and MESSAGES_IGNORED messages to /msg sender.
This commit is contained in:
parent
cf448cd1cc
commit
fc8ee7f25f
@ -59,6 +59,7 @@ public class SimpleMessageRecipient implements IMessageRecipient {
|
||||
switch (messageResponse) {
|
||||
case UNREACHABLE:
|
||||
sendMessage(tl("recentlyForeverAlone", recipient.getDisplayName()));
|
||||
break;
|
||||
case MESSAGES_IGNORED:
|
||||
sendMessage(tl("msgIgnore", recipient.getDisplayName()));
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user