mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-15 05:04:15 +01:00
Fix some problems with super early files and meta files.
This commit is contained in:
parent
257c0d390b
commit
57e66f9b66
8 changed files with 120 additions and 133 deletions
|
|
@ -78,9 +78,9 @@ public unsafe partial class CharacterUtility : IDisposable
|
|||
|
||||
if( !anyMissing )
|
||||
{
|
||||
Ready = true;
|
||||
LoadingFinished.Invoke();
|
||||
Ready = true;
|
||||
Dalamud.Framework.Update -= LoadDefaultResources;
|
||||
LoadingFinished.Invoke();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue