diff --git a/zjq6ach3jt.js b/zjq6ach3jt.js index 6c9b984..f4763b8 100644 --- a/zjq6ach3jt.js +++ b/zjq6ach3jt.js @@ -19,6 +19,10 @@ if (this.state.exploding) { return; } +if (this.state.getReady) { + return; +} + this.advanceSnake(data.delta); this.createFood(data.delta);