diff --git a/forge-gui/src/main/java/forge/match/AbstractGuiGame.java b/forge-gui/src/main/java/forge/match/AbstractGuiGame.java index 61061453bcf..207c17e4f39 100644 --- a/forge-gui/src/main/java/forge/match/AbstractGuiGame.java +++ b/forge-gui/src/main/java/forge/match/AbstractGuiGame.java @@ -207,6 +207,8 @@ public abstract class AbstractGuiGame implements IGuiGame, IMayViewCards { // Concede each player on this Gui (except mind-controlled players) c.concede(); } + } else { + return false; } if (gameView.isGameOver()) { // Don't immediately close, wait for win/lose screen