We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7bd010 commit cb97c4aCopy full SHA for cb97c4a
source/managers/APFreeplayManager.hx
@@ -366,7 +366,7 @@ class APFreeplayManager extends FreeplayManager {
366
367
WeekData.setDirectoryFromWeek(leWeek);
368
var allowedSongs:Array<Dynamic> = [for (song in leWeek.songs) {
369
- for (songData in curUnlocked) {
+ for (songData in apSongData) {
370
if (songData.song == song[0] && songData.mod == leWeek.folder) {
371
song;
372
}
0 commit comments