Merge pull request #1581 from Soreepeong/more-earlyloadedservices

Use EarlyLoadedService for anything that is not mandatory for kicking off plugin loader
This commit is contained in:
goat 2024-04-09 23:59:25 +02:00 committed by GitHub
commit 9c75a9a23e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
43 changed files with 185 additions and 112 deletions

View file

@ -26,7 +26,7 @@ namespace Dalamud.Game;
/// <summary>
/// Chat events and public helper functions.
/// </summary>
[ServiceManager.BlockingEarlyLoadedService]
[ServiceManager.EarlyLoadedService]
internal class ChatHandlers : IServiceType
{
// private static readonly Dictionary<string, string> UnicodeToDiscordEmojiDict = new()