diff --git a/21g30t1e75.js b/21g30t1e75.js index 7d92a6a..f8ec616 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -1181,6 +1181,13 @@ GameLib.CustomCode.prototype.restore = function() { ) { inUse = true; } + + if (backupBody.mesh === body.backupMesh) { + body.backupMesh.geometry = null; + body.backupMesh.materials = null; + body.backupMesh.remove(); + } + } )