Skip to content

Commit

Permalink
Update ProfileScreen.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Givikap120 committed Aug 13, 2024
1 parent ce15637 commit ed1d7f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PerformanceCalculatorGUI/Screens/ProfileScreen.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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));
Expand Down

0 comments on commit ed1d7f6

Please sign in to comment.