Compare commits
1 commit
master
...
revert-15-
Author | SHA1 | Date | |
---|---|---|---|
|
66731567ba |
1 changed files with 2 additions and 3 deletions
|
@ -266,11 +266,10 @@ const Game = ({ gameData = {}, gameRecord = [] } = {}) => {
|
|||
if (this.pass > 1) {
|
||||
return { ...this, success: false };
|
||||
}
|
||||
|
||||
if (x === 0) return game.submitPass(player);
|
||||
|
||||
let success = false;
|
||||
let game = this;
|
||||
|
||||
if (x === 0) return game.submitPass(player);
|
||||
|
||||
// if checkMove has not been run, determine legality
|
||||
if (!game.move) {
|
||||
|
|
Loading…
Reference in a new issue