Skip to content

Commit

Permalink
Update SongCore version
Browse files Browse the repository at this point in the history
  • Loading branch information
qqrz997 committed Dec 19, 2024
1 parent fa72fd6 commit e57644c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Filters/Models/RequirementsFilter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public bool GetValueFor(BeatmapLevel level) {
if(mid == null)
return false;

return SongCore.Collections.RetrieveExtraSongData(mid)?
return SongCore.Collections.GetCustomLevelSongData(mid)?
._difficulties?.Any(x => x.additionalDifficultyData._requirements.Any(x => x.Length != 0)) == true;
}
}
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"gameVersion": "1.37.4",
"dependsOn": {
"BSIPA": "^4.3.5",
"SongCore": "^3.14.13",
"SongCore": "^3.15.1",
"BeatSaberMarkupLanguage": "^1.12.0"
},
"loadBefore": [
Expand Down

0 comments on commit e57644c

Please sign in to comment.