Json output isDraw correctly (#78)
This commit is contained in:
parent
1adbc79168
commit
fff551599a
1 changed files with 1 additions and 0 deletions
|
|
@ -231,6 +231,7 @@ func (gameState *GameState) Run() {
|
||||||
}
|
}
|
||||||
if exportGame {
|
if exportGame {
|
||||||
gameExporter.winner = winner
|
gameExporter.winner = winner
|
||||||
|
gameExporter.isDraw = isDraw
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue