mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 18:28:00 +00:00
Removed some unused code from Deckgroup.rankAiDecks().
This commit is contained in:
@@ -94,10 +94,6 @@ public class DeckGroup extends DeckBase {
|
||||
|
||||
List<Deck> sortedData = new ArrayList<Deck>(draftData.values());
|
||||
|
||||
for (int j = 0; j < sortedData.size(); j++) {
|
||||
Deck getDeck = sortedData.get(j);
|
||||
}
|
||||
|
||||
this.aiDecks = sortedData;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user