Json output isDraw correctly (#78)

This commit is contained in:
Max Thomson 2022-05-30 15:16:06 -07:00 committed by GitHub
parent 1adbc79168
commit fff551599a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -231,6 +231,7 @@ func (gameState *GameState) Run() {
} }
if exportGame { if exportGame {
gameExporter.winner = winner gameExporter.winner = winner
gameExporter.isDraw = isDraw
} }
} }