mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
- Fixed a bug related to Commander games
This commit is contained in:
@@ -147,12 +147,11 @@ public enum VSubmenuCommander implements IVSubmenu<CSubmenuCommander> {
|
|||||||
FPanel typeBtnPanel = new FPanel();
|
FPanel typeBtnPanel = new FPanel();
|
||||||
typeBtnPanel.add(tmpAI);
|
typeBtnPanel.add(tmpAI);
|
||||||
typeBtnPanel.add(tmpHuman,"wrap");
|
typeBtnPanel.add(tmpHuman,"wrap");
|
||||||
|
tempPanel.add(typeBtnPanel);
|
||||||
|
|
||||||
tempBtnGroup.add(tmpAI);
|
tempBtnGroup.add(tmpAI);
|
||||||
tempBtnGroup.add(tmpHuman);
|
tempBtnGroup.add(tmpHuman);
|
||||||
playerIsAIRadios.add(tmpAI);
|
playerIsAIRadios.add(tmpAI);
|
||||||
playerIsAIRadios.add(tmpAI);
|
|
||||||
|
|
||||||
tempPanel.add(new FLabel.Builder().text("Select Deck:").build(), "gap 0px 0px 10px 10px, flowy");
|
tempPanel.add(new FLabel.Builder().text("Select Deck:").build(), "gap 0px 0px 10px 10px, flowy");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user