Flush before disposal

This commit is contained in:
Sardelka
2022-06-22 09:03:58 +08:00
parent 1b77234cfe
commit 6e2c0a3037

View File

@ -47,6 +47,7 @@ namespace RageCoop.Core
Flush();
Thread.Sleep(1000);
}
Flush();
});
LoggerThread.Start();
}