This commit is contained in:
Bitl 2020-09-18 16:56:16 -07:00
parent 99420aabb9
commit 909110ac8b
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ public partial class AssetSDK : Form
private void AssetSDK_Load(object sender, EventArgs e) private void AssetSDK_Load(object sender, EventArgs e)
{ {
//asset downloader //asset downloader
AssetDownloader_URLSelection.SelectedItem = "https://assetdelivery.roblox.com"; AssetDownloader_URLSelection.SelectedItem = "https://assetdelivery.roblox.com/";
isWebSite = false; isWebSite = false;
AssetDownloader_LoadHelpMessage.Checked = GlobalVars.UserConfiguration.DisabledItemMakerHelp; AssetDownloader_LoadHelpMessage.Checked = GlobalVars.UserConfiguration.DisabledItemMakerHelp;