mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-23 17:09:22 +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
|
get
|
||||||
{
|
{
|
||||||
|
if( Index <= 0 )
|
||||||
|
{
|
||||||
|
return ( ModSettings.Empty, this );
|
||||||
|
}
|
||||||
|
|
||||||
foreach( var collection in GetFlattenedInheritance() )
|
foreach( var collection in GetFlattenedInheritance() )
|
||||||
{
|
{
|
||||||
var settings = collection._settings[ idx ];
|
var settings = collection._settings[ idx ];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue