Handling of players that cancel tournament improved.

This commit is contained in:
LevelX2 2013-07-19 14:05:56 +02:00
parent 41034ccdd8
commit 6098aa1d7c
5 changed files with 20 additions and 2 deletions

View file

@ -275,6 +275,7 @@ public class TournamentController {
info = "during Construction phase";
}
player.setQuit(info);
tournament.quit(playerId);
}
}
}