mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-26 03:12:18 -05:00
Fix migration cvar deletion path (#765)
This commit is contained in:
parent
06338d864f
commit
1ed58c4a99
@ -521,7 +521,7 @@ void DebugConsole_LoadLegacyCVars() {
|
||||
}
|
||||
}
|
||||
|
||||
fs::remove("cvars.cfg");
|
||||
fs::remove(cvarsConfig);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user