mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
- removed a few unnecessary lines
This commit is contained in:
@@ -1122,11 +1122,6 @@ public enum VSubmenuConstructed implements IVSubmenu<CSubmenuConstructed> {
|
||||
/** update vanguard list. */
|
||||
public void updateVanguardList(int playerIndex) {
|
||||
FList<Object> vgdList = getVanguardLists().get(playerIndex);
|
||||
Vector<Object> listData = new Vector<Object>();
|
||||
|
||||
listData.add("Use deck's default avatar (random if unavailable)");
|
||||
listData.add("Random");
|
||||
|
||||
Object lastSelection = vgdList.getSelectedValue();
|
||||
vgdList.setListData(isPlayerAI(playerIndex) ? aiListData : humanListData);
|
||||
if (null != lastSelection) {
|
||||
|
||||
Reference in New Issue
Block a user