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; } );