From 13c427058089c1fd57f6acabbd5e6b91e2dda188 Mon Sep 17 00:00:00 2001 From: Erymanthus | RayDeeUx <51521765+RayDeeUx@users.noreply.github.com> Date: Sat, 28 Sep 2024 00:38:49 -0400 Subject: [PATCH] bugfix? --- src/main.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index 285ed52..2b3fb24 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -21,8 +21,7 @@ std::filesystem::path configDir = Mod::get()->getConfigDir(); # Reports of any crashes from lines that don't begin with "#" will be ignored. Lines that do not start with "#" will be treated as song files. # Reports of any crashes from lines that don't begin with "#" will be ignored. Lines that do not start with "#" will be treated as song files. # Reports of any crashes from lines that don't begin with "#" will be ignored. Lines that do not start with "#" will be treated as song files. -# --RayDeeUx -)"; +# --RayDeeUx)"; auto result = utils::file::writeString(blacklistTxt, content); if (result.isErr()) { log::error("Error writing to blacklist.txt");