mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-16 04:47:45 +01:00
Use EarlyLoadedService for anything that is not mandatory for kicking off plugin loader
This commit is contained in:
parent
532781308d
commit
7f5ef03917
43 changed files with 133 additions and 74 deletions
|
|
@ -25,7 +25,7 @@ namespace Dalamud.Game.Network.Internal;
|
|||
/// <summary>
|
||||
/// This class handles network notifications and uploading market board data.
|
||||
/// </summary>
|
||||
[ServiceManager.BlockingEarlyLoadedService]
|
||||
[ServiceManager.EarlyLoadedService]
|
||||
internal unsafe class NetworkHandlers : IInternalDisposableService
|
||||
{
|
||||
private readonly IMarketBoardUploader uploader;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue