Fix bug with duplicate launch checking

This commit is contained in:
pizzaboxer 2023-08-06 14:44:12 +01:00
parent f617700457
commit e5bd4f3678
No known key found for this signature in database
GPG Key ID: 59D4A1DBAD0F2BA8

View File

@ -43,6 +43,7 @@
catch (IOException)
{
WriteLine(LOG_IDENT, "Failed to initialize because log file already exists");
return;
}