fix loading configu url from modpackinfo
This commit is contained in:
@@ -52,7 +52,7 @@ public partial class Form1
|
||||
try
|
||||
{
|
||||
modpackInfo = ModpackInfo.TryLoad(folderPath);
|
||||
RadTextBoxControl_ModpackConfig.Text = modpackInfo.ExtrasKey;
|
||||
RadTextBoxControl_ModpackConfig.Text = modpackInfo.ConfigUrl;
|
||||
radTextBoxControl_InstallKey.Text = modpackInfo.ExtrasKey;
|
||||
}
|
||||
catch
|
||||
|
||||
Reference in New Issue
Block a user