From 8969bb00cc3ae43b18981214be711861297ecbe9 Mon Sep 17 00:00:00 2001 From: Mira <56395159+TheXorog@users.noreply.github.com> Date: Wed, 31 May 2023 17:09:02 +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 a0d3fea..7b4f1bb 100644 --- a/Logger.cs +++ b/Logger.cs @@ -99,7 +99,7 @@ public class Logger : ILogger handler.LogsToPost.Remove(currentLog); - if (currentLog is null || currentLog.Message is null) + if (currentLog is null || currentLog.RawMessage is null) { continue; }