mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
- Added a break statement to GuiChoose.
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