From 0f4d6be12d1cf1081e731577c41d398ec20d2691 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Mon, 12 Mar 2018 20:56:09 +0100 Subject: [PATCH] Update: CC - Snake FS - Entity Loaded (21g30t1e75.js) 8 bytes modified --- 21g30t1e75.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21g30t1e75.js b/21g30t1e75.js index f15d012..2fbca4a 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -126,7 +126,7 @@ GameLib.CustomCode.SnakeBody = function( switch (this.bodyType) { case GameLib.CustomCode.BODY_TYPE_HEAD : - mesh = this.meshEnd; + mesh = this.meshEnd.clone(); break; case GameLib.CustomCode.BODY_TYPE_TAIL : mesh = this.meshEnd.clone();