diff --git a/Bloxstrap/Logger.cs b/Bloxstrap/Logger.cs index 503741e..e193c32 100644 --- a/Bloxstrap/Logger.cs +++ b/Bloxstrap/Logger.cs @@ -43,6 +43,7 @@ catch (IOException) { WriteLine(LOG_IDENT, "Failed to initialize because log file already exists"); + return; }