diff --git a/to6trvr3fj.js b/to6trvr3fj.js index 53e723c..aac5ee3 100644 --- a/to6trvr3fj.js +++ b/to6trvr3fj.js @@ -193,16 +193,16 @@ if (GameLib.Utils.UndefinedOrNull(this.initialized)) { name = 'Audio - Blast 3'; } - if (this.blastSubscription) { - GameLib.Event.Emit( - GameLib.Event.PLAY_AUDIO, - { - name : 'Audio - Ho ho ho' - } - ); - this.blastSubscription.remove(); - this.blastSubscription = null; - } + //if (this.blastSubscription) { + // GameLib.Event.Emit( + // GameLib.Event.PLAY_AUDIO, + // { + // name : 'Audio - Ho ho ho' + // } + // ); + // this.blastSubscription.remove(); + // this.blastSubscription = null; + //} this.blastSubscription = GameLib.Event.Subscribe( GameLib.Event.AUDIO_ENDED,