Skip to content

Commit e18b4b2

Browse files
Patch
1 parent 348f56e commit e18b4b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • shared/src/main/java/xyz/kaydax/openely/shared/API

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

Lines changed: 1 addition & 1 deletion
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.us.kg/textures/signed/" + uuid);
12+
String json = readUrl("https://skyskin.twint.pp.ua/textures/signed/" + uuid);
1313
Gson gson = new Gson();
1414
Texture texture = gson.fromJson(json, Texture.class);
1515

0 commit comments

Comments
 (0)