Fix some problems with super early files and meta files.

This commit is contained in:
Ottermandias 2022-09-19 13:19:08 +02:00
parent 257c0d390b
commit 57e66f9b66
8 changed files with 120 additions and 133 deletions

View file

@ -78,9 +78,9 @@ public unsafe partial class CharacterUtility : IDisposable
if( !anyMissing )
{
Ready = true;
LoadingFinished.Invoke();
Ready = true;
Dalamud.Framework.Update -= LoadDefaultResources;
LoadingFinished.Invoke();
}
}