Skip to content

Commit

Permalink
fix: hook manager scope
Browse files Browse the repository at this point in the history
  • Loading branch information
kalilistic committed Nov 5, 2023
1 parent b19d25e commit 9a3ca48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dalamud.DrunkenToad/Core/DalamudContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ public class DalamudContext
/// Gets or sets service that manages the creation and handling of hooks for function call interception and modification.
/// </summary>
[PluginService]
private static IGameInteropProvider HookManager { get; set; } = null!;
public static IGameInteropProvider HookManager { get; set; } = null!;

/// <summary>
/// Gets or sets service that provides access to game data for Dalamud and plugins.
Expand Down

0 comments on commit 9a3ca48

Please sign in to comment.