Fixed how the collections are constructed after changes.
This commit is contained in:
@@ -15,6 +15,7 @@ public class DefaultCardCollection implements MutableCardCollection {
|
||||
|
||||
public DefaultCardCollection(CardCollection cardCollection) {
|
||||
_counts.putAll(cardCollection.getAll());
|
||||
_basicItems.addAll(cardCollection.getAllCardsInCollection());
|
||||
_currency = cardCollection.getCurrency();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user