We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 348f56e commit e18b4b2Copy full SHA for e18b4b2
1 file changed
shared/src/main/java/xyz/kaydax/openely/shared/API/ElyAPI.java
@@ -9,7 +9,7 @@ public class ElyAPI
9
{
10
public static Properties getSkinByUUID(String uuid) throws Exception
11
12
- String json = readUrl("https://skyskin.twint.us.kg/textures/signed/" + uuid);
+ String json = readUrl("https://skyskin.twint.pp.ua/textures/signed/" + uuid);
13
Gson gson = new Gson();
14
Texture texture = gson.fromJson(json, Texture.class);
15
0 commit comments