mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
Merge remote-tracking branch 'upstream/master' into collector-number-in-card-list-and-card-db-refactoring
This commit is contained in:
@@ -477,7 +477,7 @@ public final class CardType implements Comparable<CardType>, CardTypeView {
|
||||
}
|
||||
// we assume that changes are already correctly ordered (taken from TreeMap.values())
|
||||
for (final CardChangedType ct : changedCardTypes) {
|
||||
if(null == newType)
|
||||
if (null == newType)
|
||||
newType = new CardType(CardType.this);
|
||||
|
||||
if (ct.isRemoveCardTypes()) {
|
||||
|
||||
Reference in New Issue
Block a user