forked from External/mage
Little fixes
This commit is contained in:
parent
b011ddf942
commit
ab1475d7e0
4 changed files with 10 additions and 11 deletions
|
|
@ -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());
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue