mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 02:38:02 +00:00
Code cleanup
This commit is contained in:
@@ -317,12 +317,7 @@ public abstract class AbstractGuiGame implements IGuiGame, IMayViewCards {
|
||||
}
|
||||
}
|
||||
else {
|
||||
if (ignoreConcedeChain) {
|
||||
return false;
|
||||
}
|
||||
else {
|
||||
return true;
|
||||
}
|
||||
return !ignoreConcedeChain;
|
||||
|
||||
}
|
||||
if (gameView.isGameOver()) {
|
||||
|
||||
Reference in New Issue
Block a user