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 {
if (ignoreConcedeChain) {
return false;
}
else {
return true;
}
return !ignoreConcedeChain;
}
if (gameView.isGameOver()) {