mirror of
https://github.com/xivdev/Penumbra.git
synced 2026-01-03 14:23:43 +01:00
Turn Collections to List instead of Dict.
This commit is contained in:
parent
9c0fc8a8c7
commit
519543772c
9 changed files with 50 additions and 36 deletions
|
|
@ -134,7 +134,7 @@ public class PenumbraApi : IDisposable, IPenumbraApi
|
|||
CheckInitialized();
|
||||
try
|
||||
{
|
||||
if( !Penumbra.CollectionManager.Collections.TryGetValue( collectionName, out var collection ) )
|
||||
if( !Penumbra.CollectionManager.ByName( collectionName, out var collection ) )
|
||||
{
|
||||
collection = ModCollection.Empty;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue