Run PluginWatcher in lobby and fix accidental Mare API hijacking

This commit is contained in:
Loporrit
2025-08-09 15:04:07 +00:00
parent ec17b32f74
commit e1d54aea43
4 changed files with 46 additions and 12 deletions

View File

@@ -153,7 +153,6 @@ public class MarePlugin : MediatorSubscriberBase, IHostedService
_runtimeServiceScope.ServiceProvider.GetRequiredService<NotificationService>();
_runtimeServiceScope.ServiceProvider.GetRequiredService<ChatService>();
_runtimeServiceScope.ServiceProvider.GetRequiredService<GuiHookService>();
_runtimeServiceScope.ServiceProvider.GetRequiredService<PluginWatcherService>();
#if !DEBUG
if (_mareConfigService.Current.LogLevel != LogLevel.Information)