Fix issue with ranged channels in other dimensions

This commit is contained in:
Aust1n46 2020-03-28 14:54:17 -04:00
parent 770815c45e
commit 2f4eed804e

View File

@ -432,6 +432,7 @@ public class ChatListener implements Listener {
}
}
else {
recipients.remove(p.getPlayer());
recipientCount--;
continue;
}