HasReadme will now have a value

This commit is contained in:
erri120 2019-10-11 15:53:42 +02:00
parent 5c4a04264a
commit ba987f0d66
No known key found for this signature in database
GPG Key ID: A8C0A18D8D4D3135

View File

@ -472,9 +472,9 @@ namespace Wabbajack
internal void ConfigureForInstall(string source, ModList modlist)
{
_modList = modlist;
_modListPath = source;
HasReadme = !string.IsNullOrEmpty(_modList.Readme);
Mode = TaskMode.INSTALLING;
ModListName = _modList.Name;
HTMLReport = _modList.ReportHTML;