mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +00:00
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…
Reference in a new issue