fix: do starterpack properly

This commit is contained in:
zkldi
2023-01-21 00:17:51 +00:00
parent dc02b4078a
commit 70de360d94
3 changed files with 51699 additions and 1 deletions
@@ -86,7 +86,7 @@ for (const d of content) {
continue;
}
if (!difficultyTag) {
if (!difficultyTag || d.charts.length > 1) {
difficultyTag = chart.difficultyTag;
}