From 96eca135adf0f2b806776a89b9252b887363aed6 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Fri, 23 Mar 2018 14:49:35 +0100 Subject: [PATCH] Update: CC - Snake FS - Entity Loaded (21g30t1e75.js) 8 bytes modified --- 21g30t1e75.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21g30t1e75.js b/21g30t1e75.js index 76bdd9b..fdb8b6f 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -1165,7 +1165,7 @@ GameLib.CustomCode.prototype.restore = function() { */ this.snake = this.backupSnake.map( function(body) { - return body.clone(); + return body; } );