From 4787192f7a24b6da6e1cfe6f5f8c3a685e6ad438 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Thu, 16 Nov 2017 10:17:41 +0100 Subject: [PATCH] Update: CC - Before Render - Moorcow (to6trvr3fj.js) 20 bytes modified --- to6trvr3fj.js | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) 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,