From bcc97d82a6282bda80eb4bf93c67c754f959d24b Mon Sep 17 00:00:00 2001 From: KadeDeveloper Date: Tue, 20 Jul 2021 15:40:37 -0700 Subject: [PATCH] poggers --- source/ChartingState.hx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/source/ChartingState.hx b/source/ChartingState.hx index a2d76a3..e17e661 100644 --- a/source/ChartingState.hx +++ b/source/ChartingState.hx @@ -1319,12 +1319,8 @@ class ChartingState extends MusicBeatState FlxG.sound.music.onComplete = function() { if (!PlayState.isSM) - { vocals.pause(); - vocals.time = 0; - } FlxG.sound.music.pause(); - FlxG.sound.music.time = 0; }; }