- commit
- 76d54f6f82296053b2b59bc0d27b419a7c5b9148
- parent
- cd8727ba845e1298b7657fd39f94e6734a5c1131
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2019-10-20 12:42
Revert "fix race condition" This reverts commit a86d8c5127d8d3124529b07ca184f4e1b413dee3.
Diffstat
| M | src/index.js | 2 | +- |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.js b/src/index.js
@@ -33,7 +33,7 @@ const clone = function(obj) {
33 33 };
34 34
35 35 const play = function() {
36 -1 if (!state.game || !state.game.playing && !state.game.steps)) {
-1 36 if (!state.game.playing && !state.game.steps) {
37 37 return;
38 38 }
39 39 if (!state.game.playing) {