From 098137f3fefbfe57e1f24b46fa68cff4f3e75950 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Sat, 24 Mar 2018 13:38:39 +0100 Subject: [PATCH] Update: CC - Snake FS - Entity Loaded (21g30t1e75.js) 22 bytes modified --- 21g30t1e75.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/21g30t1e75.js b/21g30t1e75.js index cc90dd2..751cb35 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -1283,9 +1283,9 @@ GameLib.CustomCode.prototype.restore = function() { clone.backupMesh.position.x += 0.5 * GameLib.CustomCode.BODY_SCALE_X; } - - clone.mesh = this.createGameMesh(this.materialBreadCorner); - + if (!clone.isTail) { + clone.mesh = this.createGameMesh(this.materialBreadCorner); + } //clone.mesh.visible = false; //clone.mesh.updateInstance('visible');