diff --git a/soh/soh/Enhancements/debugconsole.cpp b/soh/soh/Enhancements/debugconsole.cpp index 4bb4efd19..eb2b02b11 100644 --- a/soh/soh/Enhancements/debugconsole.cpp +++ b/soh/soh/Enhancements/debugconsole.cpp @@ -521,7 +521,7 @@ void DebugConsole_LoadLegacyCVars() { } } - fs::remove("cvars.cfg"); + fs::remove(cvarsConfig); } }