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