Skip to content

Commit

Permalink
Change how avatar URL is handled in online leaderboard
Browse files Browse the repository at this point in the history
  • Loading branch information
Rian8337 committed May 23, 2023
1 parent 9fc56e7 commit eea1e5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ru/nsu/ccfit/zuev/osu/menu/ScoreBoard.java
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@ static class Avatar {

public Avatar(String userName, String avaUrl) {
this.userName = userName;
this.avaUrl = "https://" + OnlineManager.hostname + "/user/avatar/?s=100&id=" + avaUrl;
this.avaUrl = avaUrl;
}

public String getUserName() {
Expand Down

0 comments on commit eea1e5c

Please sign in to comment.