From ed1d7f6372b9f7392553dfc3884ffa00711ac32d Mon Sep 17 00:00:00 2001 From: Givikap120 Date: Tue, 13 Aug 2024 20:54:55 +0300 Subject: [PATCH] Update ProfileScreen.cs --- PerformanceCalculatorGUI/Screens/ProfileScreen.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PerformanceCalculatorGUI/Screens/ProfileScreen.cs b/PerformanceCalculatorGUI/Screens/ProfileScreen.cs index c25f1342e..0921e633e 100644 --- a/PerformanceCalculatorGUI/Screens/ProfileScreen.cs +++ b/PerformanceCalculatorGUI/Screens/ProfileScreen.cs @@ -453,8 +453,8 @@ private void calculateProfileFromLazer(string username) foreach (var scoreList in realmScores) { - string beatmapHash = scoreList[0].BeatmapHash; + //get the .osu file from lazer file storage var working = new FlatWorkingBeatmap(Path.Combine(lazerPath, "files", beatmapHash[..1], beatmapHash[..2], beatmapHash));