forked from External/mage
Some changes to user / session / chat / tournament handling (not all tested yet).
This commit is contained in:
parent
e8cfb2231c
commit
d3a2ba683c
13 changed files with 105 additions and 86 deletions
|
|
@ -176,7 +176,7 @@ public class TournamentSession {
|
|||
}
|
||||
|
||||
private void cleanUp() {
|
||||
if (!futureTimeout.isDone()) {
|
||||
if (futureTimeout != null && !futureTimeout.isDone()) {
|
||||
futureTimeout.cancel(true);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue