mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-06-15 20:01:54 +00:00
Update addnewskin.cs
This commit is contained in:
@@ -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
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user