diff --git a/source/ChartingState.hx b/source/ChartingState.hx index c5ed8e0..3d59846 100644 --- a/source/ChartingState.hx +++ b/source/ChartingState.hx @@ -2134,7 +2134,7 @@ class ChartingState extends MusicBeatState { for(note in shownNotes) { - if (note.strumTime <= Conductor.songPosition && !claps.contains(note)) + if (note.strumTime <= Conductor.songPosition && !claps.contains(note) && FlxG.sound.music.playing) { claps.push(note); FlxG.sound.play(Paths.sound('SNAP'));