mod_loader: implemented file logging (#392)

This commit is contained in:
Hyper
2025-02-13 16:07:19 +00:00
committed by GitHub
parent 4f3144472a
commit 7a5cfe55f5
4 changed files with 24 additions and 4 deletions

View File

@@ -758,6 +758,8 @@ void Config::Load()
void Config::Save()
{
LOGN("Saving configuration...");
auto userPath = GetUserPath();
if (!std::filesystem::exists(userPath))