mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +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;
|
foundState = true;
|
||||||
c.setState(cs, true);
|
c.setState(cs, true);
|
||||||
matchUI.setCard(c.getView());
|
matchUI.setCard(c.getView());
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (!foundState) {
|
if (!foundState) {
|
||||||
|
|||||||
Reference in New Issue
Block a user