From e5bd4f3678f3f3484770b234de7471532ab74c87 Mon Sep 17 00:00:00 2001 From: pizzaboxer Date: Sun, 6 Aug 2023 14:44:12 +0100 Subject: [PATCH] Fix bug with duplicate launch checking --- Bloxstrap/Logger.cs | 1 + 1 file changed, 1 insertion(+) 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; }