From 59ef7ca8b4289129a777c9554af4d710e96f1525 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Thu, 10 May 2018 20:37:03 +0200 Subject: [PATCH 1/2] Update: CC - Mouse Move - Football (waxlxa2mtp.js) 20 bytes modified --- waxlxa2mtp.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/waxlxa2mtp.js b/waxlxa2mtp.js index 4303a39..487dd44 100644 --- a/waxlxa2mtp.js +++ b/waxlxa2mtp.js @@ -2,4 +2,6 @@ if (!this.entityLoaded) { return; } +console.log(data); + //@ sourceURL=mouseMove.js \ No newline at end of file From 82b8233c4902f23773473f82ce0e084e8280ed32 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Thu, 10 May 2018 20:38:07 +0200 Subject: [PATCH 2/2] Update: CC - Entity Loaded - Football (3mun8pev26.js) 27 bytes modified --- 3mun8pev26.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/3mun8pev26.js b/3mun8pev26.js index 079061e..59c2442 100644 --- a/3mun8pev26.js +++ b/3mun8pev26.js @@ -1,4 +1,4 @@ -if (data.entity === this) { +if (data.entity === this.parentEntity) { console.log('football entity loaded'); } else { return; @@ -7,7 +7,7 @@ if (data.entity === this) { this.touchEnd = R3.EntityManager.Instance.findComponentById('rotlutre1z'); this.mouseMove = R3.EntityManager.Instance.findComponentById('waxlxa2mtp'); -this.touchEnd.entityLoaded = this; -this.mouseMove.entityLoaded = this; +this.touchEnd.entityLoaded = data.entity; +this.mouseMove.entityLoaded = data.entity; //@ sourceURL=entityLoaded.js \ No newline at end of file