forked from External/mage
Handling of players that cancel tournament improved.
This commit is contained in:
parent
41034ccdd8
commit
6098aa1d7c
5 changed files with 20 additions and 2 deletions
|
|
@ -275,6 +275,7 @@ public class TournamentController {
|
|||
info = "during Construction phase";
|
||||
}
|
||||
player.setQuit(info);
|
||||
tournament.quit(playerId);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue