mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
- Disabled restarting matches in quest mode.
This commit is contained in:
@@ -108,7 +108,10 @@ public class Gui_WinLose extends JFrame implements NewConstants {
|
|||||||
quitButton.grabFocus();
|
quitButton.grabFocus();
|
||||||
}
|
}
|
||||||
|
|
||||||
restartButton.setEnabled(true);
|
restartButton.setEnabled(false);
|
||||||
|
if (AllZone.getQuestData() == null) {
|
||||||
|
restartButton.setEnabled(true);
|
||||||
|
}
|
||||||
|
|
||||||
//show Wins and Loses
|
//show Wins and Loses
|
||||||
int humanWins = model.match.getGamesCountWonByHuman();
|
int humanWins = model.match.getGamesCountWonByHuman();
|
||||||
|
|||||||
Reference in New Issue
Block a user