This commit is contained in:
BetaSteward 2011-08-25 07:47:08 -04:00
commit b09de12f23
30 changed files with 636 additions and 232 deletions

View file

@ -369,7 +369,7 @@ public class TableController {
UUID choosingPlayerId = match.getChooser();
match.endGame();
table.endGame();
// GameManager.getInstance().saveGame(match.getGame().getId());
GameManager.getInstance().saveGame(match.getGame().getId());
GameManager.getInstance().removeGame(match.getGame().getId());
try {
if (!match.isMatchOver()) {