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