From 7927b77dee6268bb2e675dda4fb8bbab9d2c961b Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Fri, 23 Mar 2018 16:16:39 +0100 Subject: [PATCH] Update: CC - Snake FS - Entity Loaded (21g30t1e75.js) 27 bytes modified --- 21g30t1e75.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/21g30t1e75.js b/21g30t1e75.js index 1a0cbd6..36c745d 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -1259,7 +1259,9 @@ GameLib.CustomCode.prototype.restore = function() { this.state.orientation = this.backupOrientation; - this.backup(); + this.visualizeGrid(); + + //this.backup(); }.bind(this)