Little fixes

This commit is contained in:
Oleg Agafonov 2020-01-09 08:52:25 +04:00
parent b011ddf942
commit ab1475d7e0
4 changed files with 10 additions and 11 deletions

View file

@ -329,7 +329,6 @@ public class User {
private void reconnect() {
logger.trace(userName + " started reconnect");
//lastActivity = new Date(); // ??? comment to test can't reconnect to game on disconnect
for (Entry<UUID, Table> entry : tables.entrySet()) {
ccJoinedTable(entry.getValue().getRoomId(), entry.getValue().getId(), entry.getValue().isTournament());
}