forked from External/mage
Merge
This commit is contained in:
commit
b09de12f23
30 changed files with 636 additions and 232 deletions
|
|
@ -369,7 +369,7 @@ public class TableController {
|
|||
UUID choosingPlayerId = match.getChooser();
|
||||
match.endGame();
|
||||
table.endGame();
|
||||
// GameManager.getInstance().saveGame(match.getGame().getId());
|
||||
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