From 4c3cab79a5f8d466d8bfb1b81a8189756bab234d Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Fri, 23 Mar 2018 16:18:47 +0100 Subject: [PATCH] Update: CC - Snake FS - Entity Loaded (21g30t1e75.js) 11 bytes modified --- 21g30t1e75.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21g30t1e75.js b/21g30t1e75.js index ea19a13..c598f3b 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -1256,7 +1256,7 @@ GameLib.CustomCode.prototype.restore = function() { this.grid[body.position.x][body.position.y] = body; return body; - } + }.bind(this) ); this.state.orientation = this.backupOrientation;