fix for metadata omitted when replaying resignation moves
This commit is contained in:
parent
8e639a68eb
commit
1eb253c92d
|
|
@ -613,7 +613,7 @@ class Game {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (move.resign) {
|
if (move.resign) {
|
||||||
this.resign();
|
this.resign(move.meta);
|
||||||
} else if (move.phantom) {
|
} else if (move.phantom) {
|
||||||
this.move(PHANTOM, move.to, move.meta);
|
this.move(PHANTOM, move.to, move.meta);
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue