Update: CC - Snake FS - Entity Loaded (21g30t1e75.js) 8 bytes modified

beta.r3js.org
-=yb4f310 2018-03-23 14:49:35 +01:00
parent dd35b40e12
commit 96eca135ad
1 changed files with 1 additions and 1 deletions

View File

@ -1165,7 +1165,7 @@ GameLib.CustomCode.prototype.restore = function() {
*/
this.snake = this.backupSnake.map(
function(body) {
return body.clone();
return body;
}
);