1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-11-15 11:22:55 +00:00

Fix an issue where New labels wouldn't show on character mixes

This commit is contained in:
EliteMasterEric 2024-09-10 19:32:10 -04:00
parent a530d91a76
commit 9a242c5d00

View file

@ -2377,7 +2377,7 @@ class FreeplaySongData
this.scoringRank = Save.instance.getSongRank(songId, suffixedDifficulty);
this.isNew = song.isSongNew(currentDifficulty);
this.isNew = song.isSongNew(suffixedDifficulty);
}
}