Fixed manually creating PlayerSender not getting messages (spigot side /queue <player> <server>)

This commit is contained in:
ajgeiss0702
2023-03-25 16:50:41 -07:00
parent 014c9ec62f
commit ee042e31c7
2 changed files with 179 additions and 2 deletions
@@ -54,8 +54,8 @@ public interface QueueManager {
String getQueuedName(AdaptedPlayer player);
/**
* Checks servers that are in bungeecord and adds any it doesnt
* know about.
* Checks servers that are in the proxy and adds any it doesn't
* know about. (and removes any that no longer exist)
*
* Also creates/edits server groups
*/