mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
Fix so cards with multiple subtypes have them appear in the correct order
This commit is contained in:
@@ -93,7 +93,6 @@ public class BoosterDraftAI {
|
||||
}
|
||||
}
|
||||
|
||||
int cntBestCards = 0;
|
||||
double bestRanking = Double.MAX_VALUE;
|
||||
PaperCard bestPick = null;
|
||||
final List<PaperCard> possiblePick = new ArrayList<PaperCard>();
|
||||
|
||||
Reference in New Issue
Block a user