fix for metadata omitted when replaying resignation moves

This commit is contained in:
Jesse D. McDonald 2020-03-29 01:15:13 -05:00
parent 8e639a68eb
commit 1eb253c92d
1 changed files with 1 additions and 1 deletions

View File

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