forked from External/mage
game: fixed miss data in turn mode (possible fix for cards like Sphinx of the Second Sun and Moraug, Fury of Akoum - #10100)
This commit is contained in:
parent
31a2ad088f
commit
9383f5eadd
1 changed files with 1 additions and 0 deletions
|
|
@ -125,6 +125,7 @@ public class TurnMod implements Serializable {
|
|||
if (mod.subsequentTurnMod != null) {
|
||||
this.subsequentTurnMod = mod.subsequentTurnMod.copy();
|
||||
}
|
||||
this.note = mod.note;
|
||||
}
|
||||
|
||||
public UUID getPlayerId() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue