Add missing semicolon
This commit is contained in:
parent
2785343eac
commit
b9ed13a0fd
@ -193,7 +193,7 @@ namespace Components
|
||||
void Dvar::ResetDvarsValue()
|
||||
{
|
||||
if (!Utils::IO::FileExists(Dvar::ArchiveDvarPath))
|
||||
return
|
||||
return;
|
||||
|
||||
Command::Execute("exec archivedvars.cfg", true);
|
||||
// Clean up
|
||||
|
Loading…
Reference in New Issue
Block a user