Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
zlainsama committed Nov 21, 2015
1 parent b749f85 commit 0d8bec0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public ISkin getSkin(AbstractClientPlayer player)
public void run()
{
UUID uuid = data.profile.getId();
String url = String.format("https://crafatar.com/skins/%s", data.profile.getId());
String url = String.format("https://crafatar.com/skins/%s", uuid);
boolean flag = false;
if (!PlayerUtils.isOfflineID(uuid))
for (int n = 0; n < 5; n++)
Expand Down

0 comments on commit 0d8bec0

Please sign in to comment.