mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-23 04:32:50 -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();
|
ConsoleLoop();
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
Logger.LogError(e);
|
Logger.LogError(e);
|
||||||
|
FileLogger.Flush(null);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user