diff --git a/21g30t1e75.js b/21g30t1e75.js index f8ec616..76386bc 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -1183,9 +1183,9 @@ GameLib.CustomCode.prototype.restore = function() { } if (backupBody.mesh === body.backupMesh) { - body.backupMesh.geometry = null; - body.backupMesh.materials = null; - body.backupMesh.remove(); + body.mesh.geometry = null; + body.mesh.materials = null; + body.mesh.remove(); } }