Update addnewskin.cs

This commit is contained in:
PhoenixARC
2022-01-22 14:22:55 -05:00
committed by GitHub
parent b99d23fa81
commit eb88863213

View File

@@ -649,15 +649,6 @@ namespace PckStudio
if (radioSERVER.Checked == true)
{
try
{
WebClient wc = new WebClient();
textSkinID.Text = wc.DownloadString("http://vylryna.ddns.net/id") ;
textSkinID.Enabled = false;
}
catch
{
}
}
}
}