mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-15 13:14:17 +01:00
Fidx wrong group
This commit is contained in:
parent
afdffa4f2c
commit
03bfbcc309
1 changed files with 1 additions and 1 deletions
|
|
@ -105,7 +105,7 @@ public class ModMerger : IDisposable
|
||||||
throw new Exception(
|
throw new Exception(
|
||||||
$"The merged group {originalGroup.Name} already existed, but had a different type than the original group of type {originalGroup.Type}.");
|
$"The merged group {originalGroup.Name} already existed, but had a different type than the original group of type {originalGroup.Type}.");
|
||||||
|
|
||||||
foreach (var originalOption in group.DataContainers)
|
foreach (var originalOption in originalGroup.DataContainers)
|
||||||
{
|
{
|
||||||
var (option, _, optionCreated) = _editor.FindOrAddOption(group, originalOption.GetName());
|
var (option, _, optionCreated) = _editor.FindOrAddOption(group, originalOption.GetName());
|
||||||
if (optionCreated)
|
if (optionCreated)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue