mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
spjspj - Fix cube from deck from being broken with layouts
This commit is contained in:
parent
56e1a96d76
commit
72b0192bae
2 changed files with 7 additions and 1 deletions
|
|
@ -164,5 +164,10 @@ public class Deck implements Serializable {
|
|||
public void setDeckHashCode(long deckHashCode) {
|
||||
this.deckHashCode = deckHashCode;
|
||||
}
|
||||
|
||||
public void clearLayouts() {
|
||||
this.cardsLayout = null;
|
||||
this.sideboardLayout = null;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue