mirror of
https://github.com/correl/mage.git
synced 2024-12-26 11:09:27 +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();
|
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()) {
|
||||||
|
|
Loading…
Reference in a new issue