forked from External/mage
Commented out saving game (not used)
This commit is contained in:
parent
cc31f05ff6
commit
51ff877f8d
1 changed files with 2 additions and 2 deletions
|
|
@ -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()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue