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:
parent
a530d91a76
commit
9a242c5d00
|
@ -2377,7 +2377,7 @@ class FreeplaySongData
|
|||
|
||||
this.scoringRank = Save.instance.getSongRank(songId, suffixedDifficulty);
|
||||
|
||||
this.isNew = song.isSongNew(currentDifficulty);
|
||||
this.isNew = song.isSongNew(suffixedDifficulty);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue