diff --git a/21g30t1e75.js b/21g30t1e75.js index c8f2e16..2311b74 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -365,7 +365,10 @@ GameLib.CustomCode.prototype.advanceSnake = function(delta) { backup = temp; } - body.applyToMesh(); + if (!body.isTail) { + + body.applyToMesh(); + } }.bind(this) )