From 45ce70e6782b01123dc28561aaa9ab3bfa1d1c06 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Thu, 15 Mar 2018 21:23:24 +0100 Subject: [PATCH] Update: CC - Snake FS - Entity Loaded (21g30t1e75.js) 17 bytes modified --- 21g30t1e75.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21g30t1e75.js b/21g30t1e75.js index 3ef547a..0a50246 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -295,7 +295,7 @@ GameLib.CustomCode.prototype.advanceSnake = function(delta) { } if ( - body.orientation !== temp.orientation && + body.orientation !== this.snake[index - 1].orientation && (index + 1) < this.snake.length ) { /**