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:
Michael Kamensky
2018-06-29 05:56:17 +00:00

View File

@@ -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) {