- [Core] Bug fixes

This commit is contained in:
Razmoth
2023-09-03 14:13:48 +04:00
parent dedaa3f1e8
commit 83f0cf1a62
3 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ namespace AssetStudio
{
public static class Logger
{
private static bool _fileLogging = true;
private static bool _fileLogging;
public static ILogger Default = new DummyLogger();
public static ILogger File;