From a1f44296ab63cb96ca84afe917347b8bffb607f7 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Fri, 23 Mar 2018 16:18:21 +0100 Subject: [PATCH] Update: CC - Snake FS - Entity Loaded (21g30t1e75.js) 59 bytes modified --- 21g30t1e75.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/21g30t1e75.js b/21g30t1e75.js index 36c745d..ea19a13 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -1253,6 +1253,8 @@ GameLib.CustomCode.prototype.restore = function() { body.applyToMesh(); + this.grid[body.position.x][body.position.y] = body; + return body; } );