feat: initialize FFXIVClientStructs function resolver

This commit is contained in:
goat 2021-07-12 00:04:19 +02:00
parent 18f1b5bd9d
commit 3274bd047d
No known key found for this signature in database
GPG key ID: F18F057873895461

View file

@ -229,6 +229,10 @@ namespace Dalamud
this.Framework.Enable();
Log.Information("[T1] Framework ENABLE!");
// Initialize FFXIVClientStructs function resolver
FFXIVClientStructs.Resolver.Initialize();
Log.Information("[T1] FFXIVClientStructs initialized!");
}
catch (Exception ex)
{