fix: remove faulty participant deletion

This commit is contained in:
punchready 2021-06-07 15:00:39 +02:00
parent e40218b2cf
commit 1e37bf8ff3

View File

@ -162,10 +162,6 @@ public class LobbyManager {
return;
}
if (!byRemote) {
participants.remove(client.id);
}
Participant participant = participants.get(client.id);
LobbyConnection lobby = lobbies.get(participant.lobby);