mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-22 03:55:18 -04:00
Fix CLI mode not logging error to disc if an error occurs on server startup. (Thanks Odd0002)
This commit is contained in:
parent
d55d4c954a
commit
929931b617
@ -59,6 +59,7 @@ namespace MCGalaxy.Cli {
|
||||
ConsoleLoop();
|
||||
} catch (Exception e) {
|
||||
Logger.LogError(e);
|
||||
FileLogger.Flush(null);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user