forked from External/mage
* Fixed a bug with time stamp order and change of basic land type (e.g. Blood Moon and Spreading Seas).
This commit is contained in:
parent
140672b8b3
commit
df98b4e0af
4 changed files with 106 additions and 25 deletions
|
|
@ -180,7 +180,7 @@ public class Library implements Serializable {
|
|||
}
|
||||
|
||||
public List<UUID> getCardList() {
|
||||
return new ArrayList(library);
|
||||
return new ArrayList<>(library);
|
||||
}
|
||||
|
||||
public List<Card> getCards(Game game) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue