Skip to content

Commit 88756db

Browse files
committed
Update APFreeplayManager.hx
1 parent 39995fc commit 88756db

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/managers/APFreeplayManager.hx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ class APFreeplayManager extends FreeplayManager {
477477
}
478478
for (songObj in curUnlocked)
479479
{
480-
if (songObj.song.trim().toLowerCase().replace('-', ' ') == songNameThing.trim().toLowerCase().replace('-', ' ') && leWeek.folder == songObj.mod)
480+
if (songObj.song.trim().toLowerCase().replace('-', ' ') == songNameThing.trim().toLowerCase().replace('-', ' ') && leWeek.folder == songObj.mod && !isMissing)
481481
addSong(song[0], i, song[1], [colors, [FlxColor.fromRGB(colors[0], colors[1], colors[2])]]);
482482
}
483483
}
@@ -584,6 +584,7 @@ class APFreeplayManager extends FreeplayManager {
584584
}
585585

586586

587+
Mods.currentModDirectory = '';
587588
if (refresh)
588589
{
589590
for (songObj in APFreeplayManager.curUnlocked) {

0 commit comments

Comments
 (0)