From 06a0f6f87aee18343378633bb8176a2f1dec7ec2 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Mon, 12 Mar 2018 15:32:35 +0100 Subject: [PATCH] Update: CC - Snake FS - Entity Loaded (21g30t1e75.js) 32 bytes modified --- 21g30t1e75.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/21g30t1e75.js b/21g30t1e75.js index 4862ad6..94df460 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -179,9 +179,9 @@ GameLib.CustomCode.prototype.cloneBody = function(bodyType) { } return new GameLib.CustomCode.SnakeBody( - mesh : mesh, - direction : direction, - position : position + mesh, + position, + direction ); }.bind(this);