diff --git a/RageCoop.Core/Logger.cs b/RageCoop.Core/Logger.cs index 9140fd7..3152915 100644 --- a/RageCoop.Core/Logger.cs +++ b/RageCoop.Core/Logger.cs @@ -47,6 +47,7 @@ namespace RageCoop.Core Flush(); Thread.Sleep(1000); } + Flush(); }); LoggerThread.Start(); }