Skip to content

Commit

Permalink
increased Reload Priority
Browse files Browse the repository at this point in the history
  • Loading branch information
GrafDimenzio committed Jun 25, 2023
1 parent 533c6d1 commit b0610f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Neuron.Modules.Reload/ReloadService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public ReloadService(EventManager eventManager, ConfigService configService, Tra
public override void Enable()
{
_eventManager.RegisterEvent(Reload);
Reload.Subscribe(OnReload);
Reload.Subscribe(OnReload, int.MaxValue - 100);
}

public override void Disable()
Expand Down

0 comments on commit b0610f7

Please sign in to comment.