mirror of
https://github.com/xivdev/Penumbra.git
synced 2026-01-03 06:13:45 +01:00
Change everything in collection caches to use IMod and introduce TemporaryMod.
This commit is contained in:
parent
c578bd3a49
commit
fc767589a2
18 changed files with 129 additions and 74 deletions
|
|
@ -378,7 +378,7 @@ public class PenumbraApi : IDisposable, IPenumbraApi
|
|||
if( group.Type == SelectType.Single )
|
||||
{
|
||||
var name = optionNames[ ^1 ];
|
||||
var optionIdx = group.IndexOf( o => o.Name == name );
|
||||
var optionIdx = group.IndexOf( o => o.Name == optionNames[^1] );
|
||||
if( optionIdx < 0 )
|
||||
{
|
||||
return PenumbraApiEc.OptionMissing;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue