mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 18:27:24 +01:00
Fix for temporary collections.
This commit is contained in:
parent
6ebf550284
commit
c4f82435bf
1 changed files with 5 additions and 0 deletions
|
|
@ -134,6 +134,11 @@ public partial class ModCollection
|
|||
{
|
||||
get
|
||||
{
|
||||
if( Index <= 0 )
|
||||
{
|
||||
return ( ModSettings.Empty, this );
|
||||
}
|
||||
|
||||
foreach( var collection in GetFlattenedInheritance() )
|
||||
{
|
||||
var settings = collection._settings[ idx ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue