mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-30 12:23:41 +01:00
Some more.
This commit is contained in:
parent
b1ca073276
commit
e94cdaec46
11 changed files with 70 additions and 55 deletions
|
|
@ -153,7 +153,7 @@ public partial class TexToolsImporter
|
|||
|
||||
// Iterate through all pages
|
||||
var options = new List<ISubMod>();
|
||||
var groupPriority = 0;
|
||||
var groupPriority = ModPriority.Default;
|
||||
var groupNames = new HashSet<string>();
|
||||
foreach (var page in modList.ModPackPages)
|
||||
{
|
||||
|
|
@ -209,9 +209,9 @@ public partial class TexToolsImporter
|
|||
}
|
||||
}
|
||||
|
||||
_modManager.Creator.CreateOptionGroup(_currentModDirectory, group.SelectionType, name, groupPriority, groupPriority,
|
||||
_modManager.Creator.CreateOptionGroup(_currentModDirectory, group.SelectionType, name, groupPriority, groupPriority.Value,
|
||||
defaultSettings ?? Setting.Zero, group.Description, options);
|
||||
++groupPriority;
|
||||
groupPriority += 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue