From 85702bbd74f42409b2fecc8e0734b93f013ba75e Mon Sep 17 00:00:00 2001 From: status102 Date: Tue, 26 Sep 2023 21:45:05 +0800 Subject: [PATCH] fix: qodana --- src/MaaWpfGui/Helper/Instances.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MaaWpfGui/Helper/Instances.cs b/src/MaaWpfGui/Helper/Instances.cs index d4d80fa887..b5eb7f3cbe 100644 --- a/src/MaaWpfGui/Helper/Instances.cs +++ b/src/MaaWpfGui/Helper/Instances.cs @@ -39,7 +39,7 @@ namespace MaaWpfGui.Helper /// /// Gets 当前理智 / 最大理智 /// - public static int[] Sanity { get; } + public static int[] Sanity { get; } = { -1, -1 }; public static DateTimeOffset ReportTime { get; set; } }