From 6673038339151f0166518ac486751bd033efc9a6 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Thu, 22 Mar 2018 19:54:16 +0100 Subject: [PATCH] Update: CC - Snake FS - Entity Loaded (21g30t1e75.js) 30 bytes modified --- 21g30t1e75.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21g30t1e75.js b/21g30t1e75.js index bf5962d..b73f363 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -981,7 +981,7 @@ GameLib.CustomCode.prototype.advanceSnake = function(delta) { this.extend(gameObject, backup.position, backup.orientation); if (backup.orientation !== body.orientation) { - + this.createCorner(body, temp); } break;