Fix migration cvar deletion path (#765)

This commit is contained in:
David Chavez 2022-07-14 07:19:40 +02:00 committed by GitHub
parent 06338d864f
commit 1ed58c4a99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -521,7 +521,7 @@ void DebugConsole_LoadLegacyCVars() {
}
}
fs::remove("cvars.cfg");
fs::remove(cvarsConfig);
}
}