From c9b6cf347b3f63c5b33d2dbc943e4f9aa22ca399 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Fri, 23 Mar 2018 16:47:56 +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 2d5601a..a1fceef 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -1152,7 +1152,7 @@ GameLib.CustomCode.prototype.backup = function() { this.backupPrevious = this.backupSnake.map( function(body) { - return body; + return body.clone(); } );