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:
Oleg Agafonov 2023-07-23 09:37:25 +04:00
parent 31a2ad088f
commit 9383f5eadd

View file

@ -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() {