diff --git a/MareSynchronos/MarePlugin.cs b/MareSynchronos/MarePlugin.cs index 5bcc361..a4f2c3d 100644 --- a/MareSynchronos/MarePlugin.cs +++ b/MareSynchronos/MarePlugin.cs @@ -156,7 +156,7 @@ public class MarePlugin : MediatorSubscriberBase, IHostedService { Mediator.Publish(new NotificationMessage("Abnormal Log Level", $"Your log level is set to '{_mareConfigService.Current.LogLevel}' which is not recommended for normal usage. Set it to '{LogLevel.Information}' in \"Mare Settings -> Debug\" unless instructed otherwise.", - NotificationType.Error, TimeSpan.FromSeconds(15000))); + MareConfiguration.Models.NotificationType.Error, TimeSpan.FromSeconds(15000))); } #endif }