diff --git a/dysneuk1ox.js b/dysneuk1ox.js index ba25e76..8705111 100644 --- a/dysneuk1ox.js +++ b/dysneuk1ox.js @@ -1,5 +1,9 @@ var texture = GameLib.EntityManager.Instance.findComponentById('gm3fvv45dl'); +if (!texture) { + return; +} + if (!this.initialized) { this.forward = true; texture.offset.x = 0;