mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2024-11-19 01:40:00 +00: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
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue