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(); UUID choosingPlayerId = match.getChooser();
match.endGame(); match.endGame();
table.endGame(); table.endGame();
if (!match.getGame().isSimulation()) //if (!match.getGame().isSimulation())
GameManager.getInstance().saveGame(match.getGame().getId()); //GameManager.getInstance().saveGame(match.getGame().getId());
GameManager.getInstance().removeGame(match.getGame().getId()); GameManager.getInstance().removeGame(match.getGame().getId());
try { try {
if (!match.isMatchOver()) { if (!match.isMatchOver()) {