mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
- Checkstyle.
This commit is contained in:
@@ -277,7 +277,7 @@ public final class BoosterDraft implements IBoosterDraft {
|
||||
for (int i = 1; i < this.pack.size(); i++) {
|
||||
|
||||
final CardList forAi = new CardList();
|
||||
final List<CardPrinted> booster = this.pack.get((iHumansBooster+i) % this.pack.size());
|
||||
final List<CardPrinted> booster = this.pack.get((iHumansBooster + i) % this.pack.size());
|
||||
for (final CardPrinted cr : booster) {
|
||||
forAi.add(cr.toForgeCard());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user