diff --git a/LaunchServer/source/texture/RequestTextureProvider.java b/LaunchServer/source/texture/RequestTextureProvider.java index a5aca61..4adae04 100644 --- a/LaunchServer/source/texture/RequestTextureProvider.java +++ b/LaunchServer/source/texture/RequestTextureProvider.java @@ -41,7 +41,7 @@ @Override public PlayerProfile.Texture getSkinTexture(UUID uuid, String username) throws IOException { - return getTexture(getTextureURL(cloakURL, uuid, username)); + return getTexture(getTextureURL(skinURL, uuid, username)); } private static PlayerProfile.Texture getTexture(String url) throws IOException {