Skip to content

Commit

Permalink
Update SoundExpanded.js
Browse files Browse the repository at this point in the history
  • Loading branch information
LilyMakesThings committed Aug 14, 2023
1 parent 85f1222 commit d9ca249
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion extensions/Lily/SoundExpanded.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
return {
id: 'lmsSoundExpanded',
color1: "#CF63CF",
color2: "#C94FC9",
color3: "#BD42BD",
name: "Sound Expanded",
blocks: [
{
Expand Down Expand Up @@ -191,7 +193,7 @@

if (!soundPlayer.isPlaying) {
soundCategory._addWaitingSound(target.id, soundId);
sprite.soundBank.playSound(util.target, soundId);
sprite.soundBank.playSound(util.target, soundId);

Check warning on line 196 in extensions/Lily/SoundExpanded.js

View workflow job for this annotation

GitHub Actions / build

Trailing spaces not allowed
}

if (!soundPlayer.outputNode) return;
Expand Down

0 comments on commit d9ca249

Please sign in to comment.