mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
- CardThemedDeckBuilder: disable debug logging by default.
This commit is contained in:
@@ -58,7 +58,7 @@ public class CardThemedDeckBuilder extends DeckGeneratorBase {
|
||||
// Views for aiPlayable
|
||||
protected Iterable<PaperCard> onColorCreaturesAndSpells;
|
||||
|
||||
protected static final boolean logToConsole = true;
|
||||
protected static final boolean logToConsole = false;
|
||||
protected static final boolean logColorsToConsole = false;
|
||||
|
||||
protected Iterable<PaperCard> keyCards;
|
||||
|
||||
Reference in New Issue
Block a user