mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-01-05 19:19:43 -06:00
mod_loader: implemented file logging (#392)
This commit is contained in:
@@ -758,6 +758,8 @@ void Config::Load()
|
||||
|
||||
void Config::Save()
|
||||
{
|
||||
LOGN("Saving configuration...");
|
||||
|
||||
auto userPath = GetUserPath();
|
||||
|
||||
if (!std::filesystem::exists(userPath))
|
||||
|
||||
Reference in New Issue
Block a user