Run PluginWatcher in lobby and fix accidental Mare API hijacking
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user