Skip to content

Commit

Permalink
Default engine state is dirty, technically
Browse files Browse the repository at this point in the history
  • Loading branch information
Yichuan Shen committed Nov 6, 2018
1 parent 0f76e95 commit 2d39f31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/enginesyncer.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const Board = require('./board')

const alpha = 'ABCDEFGHJKLMNOPQRSTUVWXYZ'
const defaultStateJSON = JSON.stringify({
dirty: false,
dirty: true,
komi: null,
size: null,
moves: []
Expand Down

0 comments on commit 2d39f31

Please sign in to comment.