improvements logging
This commit is contained in:
@@ -197,7 +197,7 @@ public class GameBoard {
|
||||
// Step 4: draw fresh cards into the top row
|
||||
List<Card> newCards = cardDeck.drawTribe(numPlayers + 4);
|
||||
topRow.addAll(newCards);
|
||||
logger.info("NEW CARDS ON TOP {} " , newCards);
|
||||
logger.info("New cards on top: {} " , newCards);
|
||||
return isNewEraRevealed(eraBeforeDraw, newCards);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user