Skip to content

Commit 0b8a1c8

Browse files
committed
Update StickerSubState.hx
1 parent 013b5b8 commit 0b8a1c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/substates/StickerSubState.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ class StickerSubState extends MusicBeatSubstate
144144
var daSound:String = FlxG.random.getObject(sounds);
145145
//FunkinSound.playOnce(Paths.sound(daSound));
146146
if (!ClientPrefs.data.audioBreak) FlxG.sound.play(Paths.sound(daSound));
147-
else FlxG.sound.play(Paths.sound(funny[FlxG.random.int(0,1)]));
147+
else FlxG.sound.play(Paths.sound('broken/${funny[FlxG.random.int(0,1)]}'));
148148

149149
if (grpStickers == null || ind == grpStickers.members.length - 1)
150150
{

0 commit comments

Comments
 (0)