Update Logger.cs

This commit is contained in:
Mira 2023-05-31 17:09:02 +02:00
parent 53596d9b8a
commit 8969bb00cc
Signed by untrusted user who does not match committer: Xorog
GPG key ID: 983798ED9C3E7C36

View file

@ -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;
}