Skip to content

Commit

Permalink
Add provider.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ottermandias committed Jun 1, 2024
1 parent 0450c4e commit 9a14f72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Glamourer/Api/IpcProviders.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ public IpcProviders(DalamudPluginInterface pi, IGlamourerApi api)
IpcSubscribers.RevertToAutomation.Provider(pi, api.State),
IpcSubscribers.RevertToAutomationName.Provider(pi, api.State),
IpcSubscribers.StateChanged.Provider(pi, api.State),
IpcSubscribers.StateChangedWithType.Provider(pi, api.State),
IpcSubscribers.GPoseChanged.Provider(pi, api.State),
];
_initializedProvider.Invoke();
Expand Down

0 comments on commit 9a14f72

Please sign in to comment.