···94949595 // Check if the max amount of players on the server are the max slots
9696 if (queue.isServerFull(targetPlayer.getQueueType())) {
9797+ // Tell the backend server a player is waiting to allow proactive freeing of slots
9898+ queue.getServer().sendPluginMessage(ProxyQueuesImpl.playerWaitingIdentifier, new byte[0]);
9799 return;
98100 }
99101