literally nothing uses this
This commit is contained in:
parent
44bc812ad8
commit
b8f6829f71
@ -98,7 +98,6 @@ export function getScoreSaberScoreFromToken(
|
||||
});
|
||||
|
||||
return {
|
||||
leaderboard: "scoresaber",
|
||||
playerId: playerId || token.leaderboardPlayerInfo.id,
|
||||
leaderboardId: leaderboard.id,
|
||||
score: token.baseScore,
|
||||
|
@ -13,12 +13,6 @@ export default class Score {
|
||||
@prop()
|
||||
private _id?: number;
|
||||
|
||||
/**
|
||||
* The leaderboard the score is from.
|
||||
*/
|
||||
@prop({ required: true })
|
||||
public readonly leaderboard!: Leaderboards;
|
||||
|
||||
/**
|
||||
* The id of the player who set the score.
|
||||
* @private
|
||||
|
Reference in New Issue
Block a user