mirror of
https://github.com/xivdev/Penumbra.git
synced 2026-02-23 16:27:47 +01:00
Make penumbra initialization before game code has run possible.
This commit is contained in:
parent
f13893cf77
commit
9ae843731d
19 changed files with 610 additions and 672 deletions
|
|
@ -456,7 +456,7 @@ public class PenumbraApi : IDisposable, IPenumbraApi
|
|||
var collection = Penumbra.TempMods.Collections.TryGetValue( characterName, out var c )
|
||||
? c
|
||||
: Penumbra.CollectionManager.Character( characterName );
|
||||
var set = collection.MetaCache?.Manipulations ?? Array.Empty< MetaManipulation >();
|
||||
var set = collection.MetaCache?.Manipulations.ToArray() ?? Array.Empty< MetaManipulation >();
|
||||
return Functions.ToCompressedBase64( set, MetaManipulation.CurrentVersion );
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue