From 53596d9b8a8bbe91a82caad9558dcd14cf57cd6f Mon Sep 17 00:00:00 2001 From: Mira <56395159+TheXorog@users.noreply.github.com> Date: Tue, 30 May 2023 22:02:03 +0200 Subject: [PATCH] Update Logger.cs --- Logger.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Logger.cs b/Logger.cs index 22b5f71..a0d3fea 100644 --- a/Logger.cs +++ b/Logger.cs @@ -99,7 +99,7 @@ public class Logger : ILogger handler.LogsToPost.Remove(currentLog); - if (currentLog is null) + if (currentLog is null || currentLog.Message is null) { continue; }