From f62e8675e7187e448bae45ed7b0429b9a9823d96 Mon Sep 17 00:00:00 2001 From: rootdarkarchon Date: Tue, 19 Mar 2024 17:15:28 +0100 Subject: [PATCH] fix build probably --- MareSynchronos/MarePlugin.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MareSynchronos/MarePlugin.cs b/MareSynchronos/MarePlugin.cs index 3076438..16ece45 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.", - Dalamud.Interface.Internal.Notifications.NotificationType.Error, 15000)); + Dalamud.Interface.Internal.Notifications.NotificationType.Error, TimeSpan.FromSeconds(15000))); } #endif }