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