From 36b069362c08457899386fadea32272ec96755e7 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Thu, 22 Mar 2018 19:59:24 +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 6c46aa3..eb5f2b1 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -1008,7 +1008,7 @@ GameLib.CustomCode.prototype.advanceSnake = function(delta) { if ((body.orientation !== backup.orientation) && (index === 1)) { - this.createCorner(body, temp); + this.createCorner(body, backup); } return;