diff --git a/src/common/player-utils.ts b/src/common/player-utils.ts index acd059e..6f7dd06 100644 --- a/src/common/player-utils.ts +++ b/src/common/player-utils.ts @@ -112,7 +112,7 @@ export async function trackScoreSaberPlayer( } // Update current day's statistics - let history = foundPlayer.getHistory(dateToday); + let history = foundPlayer.getHistoryByDate(dateToday); if (history == undefined) { history = {}; // Initialize if history is not found }