- Fixed a bug related to Commander games

This commit is contained in:
swordshine
2013-12-03 00:58:35 +00:00
parent 7d3afc35cc
commit 90828e6eab

View File

@@ -147,12 +147,11 @@ public enum VSubmenuCommander implements IVSubmenu<CSubmenuCommander> {
FPanel typeBtnPanel = new FPanel();
typeBtnPanel.add(tmpAI);
typeBtnPanel.add(tmpHuman,"wrap");
tempPanel.add(typeBtnPanel);
tempBtnGroup.add(tmpAI);
tempBtnGroup.add(tmpHuman);
playerIsAIRadios.add(tmpAI);
playerIsAIRadios.add(tmpAI);
tempPanel.add(new FLabel.Builder().text("Select Deck:").build(), "gap 0px 0px 10px 10px, flowy");