This commit is contained in:
Maciej Caderek
2022-01-18 06:45:22 +01:00
parent 2214e73ad4
commit 8a3743a328
9 changed files with 150 additions and 74 deletions

View File

@@ -79,7 +79,7 @@ class Game {
}
getHeader() {
return this.replay.header();
return this.game.header();
}
pgn() {