mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +00:00
Merge branch 'master' into 'master'
Minor update: added a break statement to GuiChoose. See merge request core-developers/forge!692
This commit is contained in:
@@ -175,6 +175,7 @@ public class GuiChoose {
|
||||
foundState = true;
|
||||
c.setState(cs, true);
|
||||
matchUI.setCard(c.getView());
|
||||
break;
|
||||
}
|
||||
}
|
||||
if (!foundState) {
|
||||
|
||||
Reference in New Issue
Block a user