* Fixed table health checking of tournament tables (waiting tournament tables were accidently removed).

This commit is contained in:
LevelX2 2015-02-08 14:01:20 +01:00
parent 3a2d78310b
commit 5727791526
2 changed files with 23 additions and 7 deletions

View file

@ -477,9 +477,10 @@ public class TournamentController {
logger.debug("Tournament user is missing but player active -> start quit - tournamentId: " + tournament.getId() + " state: " + tableState.toString());
// active tournament player but the user is no longer online
quit(entry.getKey());
} else {
activePlayers++;
}
}
activePlayers++;
}
}
} else {
// tournament player is missing