Commit 8b6647f2 authored by nanahira's avatar nanahira

change api url

parent a7306f22
Pipeline #15399 passed with stages
in 22 minutes and 2 seconds
......@@ -121,7 +121,7 @@ public class MyCardHelper {
try {
string face = "textures/face/" + name + ".png";
HttpDldFile df = new HttpDldFile();
df.Download("https://sapi.moecube.com:444/avatar/avatar/" + name + "/100/koishipro2.png", face);
df.Download("http://api.moestart.com/avatar/avatar/" + name + "/100/koishipro2.png", face);
if (File.Exists(face))
{
Texture2D Face = UIHelper.getTexture2D(face);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment