fix(integrations): schedule Honorific initial pull on framework thread

This commit is contained in:
2026-05-06 19:41:50 +02:00
parent 9f0a40bedc
commit 7494b001a2
2 changed files with 36 additions and 7 deletions
+1 -1
View File
@@ -443,7 +443,7 @@ public sealed class Plugin : IDalamudPlugin
// Ready/Disposing events from the target plugins are caught from
// the very first frame, even if the user's Honorific reloads
// mid-session. See HellionChat/Integrations/HonorificService.cs.
HonorificService = new Integrations.HonorificService(Interface, Log);
HonorificService = new Integrations.HonorificService(Interface, Log, Framework);
StatusBar = new Ui.StatusBar();