mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 04:08:01 +00:00
*Fixed "games won" count not resetting between nonquest matches.
This commit is contained in:
@@ -338,6 +338,7 @@ public class Gui_WinLose extends JFrame implements NewConstants {
|
||||
|
||||
//are we on a quest?
|
||||
if (model.quest == null) {
|
||||
model.match.reset();
|
||||
new OldGuiNewGame();
|
||||
} else { //Quest
|
||||
|
||||
|
||||
Reference in New Issue
Block a user