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;