Skip to content

Commit

Permalink
Merge pull request #4 from headshot2017/main
Browse files Browse the repository at this point in the history
fix sfx subdirectories not being added to character zip
  • Loading branch information
stonedDiscord authored Dec 18, 2023
2 parents 16ad20b + 31380bf commit 38a2041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ const getAllSfxs = async (url) => {
if (extraLinks != null)
validLinks = validLinks.concat(extraLinks);
} else
validLinks.push(decodeURI(aTagValue));
validLinks.push(decodeURI(url + aTagValue));
}
return validLinks
}
Expand Down

0 comments on commit 38a2041

Please sign in to comment.