mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
- The restart match button is now always enabled.
This commit is contained in:
@@ -104,7 +104,7 @@ public class Gui_WinLose extends JFrame implements NewConstants {
|
||||
quitButton.grabFocus();
|
||||
}
|
||||
|
||||
restartButton.setEnabled(!model.match.isMatchWonByHuman());
|
||||
restartButton.setEnabled(true);
|
||||
|
||||
//show Wins and Loses
|
||||
int humanWins = model.match.getGamesCountWonByHuman();
|
||||
|
||||
Reference in New Issue
Block a user