Formatting, misc

This commit is contained in:
Raymond 2021-08-16 09:00:16 -04:00
parent 072cee417b
commit 779179a0cf
4 changed files with 5 additions and 8 deletions

View file

@ -35,9 +35,7 @@ namespace Dalamud
#region Internals
private readonly ManualResetEvent unloadSignal;
private readonly ManualResetEvent finishUnloadSignal;
private bool hasDisposedPlugins = false;
#endregion
@ -237,6 +235,7 @@ namespace Dalamud
// Initialize FFXIVClientStructs function resolver
FFXIVClientStructs.Resolver.Initialize();
Log.Information("[T1] FFXIVClientStructs initialized!");
}
catch (Exception ex)