Code cleanup

This commit is contained in:
tool4EvEr
2021-01-13 19:28:58 +01:00
parent fcc0cb9d0c
commit e69abf0982

View File

@@ -317,12 +317,7 @@ public abstract class AbstractGuiGame implements IGuiGame, IMayViewCards {
} }
} }
else { else {
if (ignoreConcedeChain) { return !ignoreConcedeChain;
return false;
}
else {
return true;
}
} }
if (gameView.isGameOver()) { if (gameView.isGameOver()) {