diff --git a/21g30t1e75.js b/21g30t1e75.js index b4f3487..228c5f2 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -1273,6 +1273,8 @@ GameLib.CustomCode.prototype.restore = function() { if (!clone.isTail) { clone.mesh = this.createGameMesh(this.materialBreadCorner); clone.applyToMesh(); + } else { + clone.mesh = clone.backupMesh; } //clone.mesh.visible = false; //clone.mesh.updateInstance('visible');