From cb02a3b94b2370d179740b0898e3eece176318fd Mon Sep 17 00:00:00 2001 From: Theunis Johannes Botha Date: Thu, 10 May 2018 20:38:11 +0200 Subject: [PATCH] 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