Skip to content

Commit 348f56e

Browse files
Patch
1 parent 3c630b4 commit 348f56e

2 files changed

Lines changed: 2 additions & 48 deletions

File tree

CONFIGURATION.md

Lines changed: 0 additions & 46 deletions
This file was deleted.

shared/src/main/java/xyz/kaydax/openely/shared/API/ElyAPI.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ public class ElyAPI
99
{
1010
public static Properties getSkinByUUID(String uuid) throws Exception
1111
{
12-
String json = readUrl("https://skyskin.twint.my.id/textures/signed/" + uuid);
12+
String json = readUrl("https://skyskin.twint.us.kg/textures/signed/" + uuid);
1313
Gson gson = new Gson();
1414
Texture texture = gson.fromJson(json, Texture.class);
1515

@@ -20,7 +20,7 @@ public static Properties getSkinByUUID(String uuid) throws Exception
2020
break;
2121
}
2222
}
23-
23+
2424
if (texturesProperty == null) {
2525
throw new Exception("No textures property found in API response");
2626
}

0 commit comments

Comments
 (0)