From 70e7b4a31e3e843322223b2d8d2fe8729ba30e2f Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Fri, 23 Mar 2018 14:45:39 +0100 Subject: [PATCH] Update: CC - Snake FS - Before Render (zjq6ach3jt.js) 39 bytes modified --- zjq6ach3jt.js | 4 ++++ 1 file changed, 4 insertions(+) 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);