diff --git a/21g30t1e75.js b/21g30t1e75.js index a502c36..81bbd7c 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -1242,6 +1242,9 @@ GameLib.CustomCode.prototype.restore = function() { clone.mesh.remove(); } + clone.mesh = clone.backupMesh; + clone.applyToMesh(); + clone.mesh = this.createGameMesh(this.materialBreadCorner); clone.mesh.position.z = 5;