Skip to content

Commit

Permalink
Fix migration cvar deletion path (HarbourMasters#765)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcvz authored and briaguya-ai committed Jul 14, 2022
1 parent 6b480b2 commit caa8407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion soh/soh/Enhancements/debugconsole.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ void DebugConsole_LoadLegacyCVars() {
}
}

fs::remove("cvars.cfg");
fs::remove(cvarsConfig);
}
}

Expand Down

0 comments on commit caa8407

Please sign in to comment.