Skip to content

Commit

Permalink
Fix for modded sticker packs
Browse files Browse the repository at this point in the history
  • Loading branch information
mikolka9144 committed Aug 17, 2024
1 parent 15d9a69 commit 0630698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/substates/StickerSubState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ class StickerSubState extends MusicBeatSubstate
// globalMods.push("assets/shared"); // base stickers


var modStickerDir = Paths.getPath('images/transitionSwag/$STICKER_SET');
var modStickerDir = Paths.getPath('images/transitionSwag/$STICKER_SET',TEXT,null,true);
if(!FileSystem.exists(modStickerDir)){
trace('Couldn\'t find sticker set "$STICKER_SET" in $modStickerDir');

Expand Down

0 comments on commit 0630698

Please sign in to comment.