This commit is contained in:
2025-10-12 13:20:23 +02:00
parent d225a3844a
commit 1f6e86ec2d
3 changed files with 157 additions and 0 deletions

View File

@@ -155,6 +155,8 @@ public class MarePlugin : MediatorSubscriberBase, IHostedService
_runtimeServiceScope.ServiceProvider.GetRequiredService<ChatService>();
_runtimeServiceScope.ServiceProvider.GetRequiredService<ChatTypingDetectionService>();
_runtimeServiceScope.ServiceProvider.GetRequiredService<GuiHookService>();
var characterAnalyzer = _runtimeServiceScope.ServiceProvider.GetRequiredService<CharacterAnalyzer>();
_ = characterAnalyzer.ComputeAnalysis(print: false);
#if !DEBUG
if (_mareConfigService.Current.LogLevel != LogLevel.Information)