diff --git a/src/client/component/updater.cpp b/src/client/component/updater.cpp index 460008a7..6d765dfd 100644 --- a/src/client/component/updater.cpp +++ b/src/client/component/updater.cpp @@ -263,9 +263,7 @@ namespace updater if (!found) { -#ifdef DEBUG - console::info("[Updater] Found extra file %s\n", file.data()); -#endif + console::debug("[Updater] Found extra file %s\n", file.data()); if (file.ends_with(".ff")) { update_data.access([](update_data_t& data_) diff --git a/src/common/utils/properties.cpp b/src/common/utils/properties.cpp index 21926d0c..23ea77c3 100644 --- a/src/common/utils/properties.cpp +++ b/src/common/utils/properties.cpp @@ -18,7 +18,7 @@ namespace utils::properties CoTaskMemFree(path); }); - static auto appdata = std::filesystem::path(path) / "h2-mod"; + static auto appdata = std::filesystem::path(path) / "h1-mod"; return appdata; } }