- Added a break statement to GuiChoose.

This commit is contained in:
Agetian
2018-06-29 08:55:41 +03:00
parent 689d9af022
commit fe49c460eb

View File

@@ -175,6 +175,7 @@ public class GuiChoose {
foundState = true;
c.setState(cs, true);
matchUI.setCard(c.getView());
break;
}
}
if (!foundState) {