Merge pull request #175 from diamante0018/diamante0018-patch-2

[Dvar] Add missing semicolon
This commit is contained in:
Dss0 2022-01-24 21:06:19 +01:00 committed by GitHub
commit c65c160205
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -193,7 +193,7 @@ namespace Components
void Dvar::ResetDvarsValue() void Dvar::ResetDvarsValue()
{ {
if (!Utils::IO::FileExists(Dvar::ArchiveDvarPath)) if (!Utils::IO::FileExists(Dvar::ArchiveDvarPath))
return return;
Command::Execute("exec archivedvars.cfg", true); Command::Execute("exec archivedvars.cfg", true);
// Clean up // Clean up