Some minor changes / formatting.

This commit is contained in:
LevelX2 2014-01-28 13:48:40 +01:00
parent 51965b4bad
commit 19679c9f6e
5 changed files with 30 additions and 32 deletions

View file

@ -1617,7 +1617,6 @@ public class ComputerPlayer<T extends ComputerPlayer<T>> extends PlayerImpl<T> i
* 3. get card colors as chosen starting from most rated card
*/
protected List<ColoredManaSymbol> chooseDeckColorsIfPossible() {
log.warn(this.getName() + " choose Deck Colors.");
if (pickedCards.size() > 2) {
// sort by score and color mana symbol count in descending order
Collections.sort(pickedCards, new Comparator<PickedCard>() {