Skip to content

Commit

Permalink
Tune-Shark-V3 -- Remove unused Async
Browse files Browse the repository at this point in the history
  • Loading branch information
SharkPool-SP authored Dec 31, 2024
1 parent 2f21837 commit 5fc7aa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension-code/Tune-Shark-V3.js
Original file line number Diff line number Diff line change
Expand Up @@ -757,7 +757,7 @@
});
}

async importMenu(args, util) {
importMenu(args, util) {
const name = Cast.toString(args.SOUND);
const target = util.target.sprite;
const sound = target.sounds.find((i) => { return i.name === name });
Expand Down

0 comments on commit 5fc7aa0

Please sign in to comment.