Skip to content

Commit

Permalink
[FIX] MojangTextureProvider skin/cloak
Browse files Browse the repository at this point in the history
  • Loading branch information
Gravit committed Apr 4, 2020
1 parent f595c82 commit 07e4380
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ public void close() {

@Override
public synchronized Texture getCloakTexture(UUID uuid, String username, String client) {
return getCached(uuid, username).skin;
return getCached(uuid, username).cloak;
}

@Override
public synchronized Texture getSkinTexture(UUID uuid, String username, String client) {
return getCached(uuid, username).cloak;
return getCached(uuid, username).skin;
}


Expand Down

0 comments on commit 07e4380

Please sign in to comment.