From c89cab91cc3fb281b1b446f6114aff23f11a6d3f Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Mon, 12 Mar 2018 21:11:29 +0100 Subject: [PATCH] Update: CC - Snake FS - Entity Loaded (21g30t1e75.js) 4 bytes modified --- 21g30t1e75.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21g30t1e75.js b/21g30t1e75.js index 1bc3e42..210761a 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -206,7 +206,7 @@ GameLib.CustomCode.prototype.advanceSnake = function(delta) { /** * Move the body over */ - result.push(this.snake[index + 1]); + result.push(this.snake[index]); } return result;