mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-07-16 10:02:59 -07:00
Fix migration cvar deletion path (#765)
This commit is contained in:
parent
06338d864f
commit
1ed58c4a99
1 changed files with 1 additions and 1 deletions
|
@ -521,7 +521,7 @@ void DebugConsole_LoadLegacyCVars() {
|
|||
}
|
||||
}
|
||||
|
||||
fs::remove("cvars.cfg");
|
||||
fs::remove(cvarsConfig);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue