From 0473fa8d875d8ad4528735bcaccd8e6af825966e Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Mon, 12 Mar 2018 20:55:15 +0100 Subject: [PATCH] Update: CC - Snake FS - Entity Loaded (21g30t1e75.js) 40 bytes modified --- 21g30t1e75.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/21g30t1e75.js b/21g30t1e75.js index c3c9375..f15d012 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -245,14 +245,10 @@ GameLib.Event.Subscribe( this.snake = [ new GameLib.CustomCode.SnakeBody( GameLib.CustomCode.BODY_TYPE_HEAD, - null, - null, this.meshEnd ), new GameLib.CustomCode.SnakeBody( GameLib.CustomCode.BODY_TYPE_TAIL, - null, - null, this.meshEnd ) ];