mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 10:48:00 +00:00
Fix a copy/paste issue in my previous commit.
This commit is contained in:
@@ -358,7 +358,7 @@ public class VLobby implements ILobbyView {
|
||||
// Tiny Leaders deck list
|
||||
buildDeckPanel("Tiny Leaders Deck", playerIndex, tinyLeadersDeckLists, tinyLeadersDeckPanels, new ListSelectionListener() {
|
||||
@Override public final void valueChanged(final ListSelectionEvent e) {
|
||||
selectCommanderDeck(playerIndex);
|
||||
selectTinyLeadersDeck(playerIndex);
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user