Add missing semicolon

This commit is contained in:
Edo 2022-01-24 19:56:17 +00:00 committed by GitHub
parent 2785343eac
commit b9ed13a0fd
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