From f6692a3dc4d7537bd1ae02dd0cab18dbbb8ed1d1 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Thu, 22 Mar 2018 19:32:10 +0100 Subject: [PATCH] Update: CC - Snake FS - Entity Loaded (21g30t1e75.js) 4 bytes modified --- 21g30t1e75.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/21g30t1e75.js b/21g30t1e75.js index 26693fa..99cc781 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -939,7 +939,7 @@ GameLib.CustomCode.prototype.advanceSnake = function(delta) { } else { - if (this.state.eating === false) { + if (this.state.eating === true) { return; } @@ -973,9 +973,9 @@ GameLib.CustomCode.prototype.advanceSnake = function(delta) { if (body.backupMesh) { /** - * We used to be a corner, change back - * @type {null} - */ + * We used to be a corner, change back + * @type {null} + */ body.mesh.geometry = null; body.mesh.materials = null;