Commented out saving game (not used)

This commit is contained in:
magenoxx 2012-05-28 16:18:44 +04:00
parent cc31f05ff6
commit 51ff877f8d

View file

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