Fix: Backend score parsing (points vs score) and Frontend songselect ID fallback
This commit is contained in:
@@ -3335,7 +3335,9 @@ class SongSelect {
|
||||
});
|
||||
}
|
||||
toLeaderboard() {
|
||||
var songId = this.songs[this.selectedSong].id
|
||||
var song = this.songs[this.selectedSong]
|
||||
var songId = song.id || song.hash
|
||||
|
||||
// Allow leaderboard for any song with an ID (numeric or hash)
|
||||
if (!songId) {
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user