Normally it should not be that hard to implement this feature. The world servers can notice a disconnect. You see it in the chat when a player from your fc goes offline. So there is already a "player goes offline"-listener. Now this listener should contanct the lobby server and send the player id and the disconnect timestamp. The lobby server could now prioritize those players.


Cheers