forked from External/mage
* Fixed table health checking of tournament tables (waiting tournament tables were accidently removed).
This commit is contained in:
parent
3a2d78310b
commit
5727791526
2 changed files with 23 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue