Merge pull request #175 from diamante0018/diamante0018-patch-2
[Dvar] Add missing semicolon
This commit is contained in:
commit
c65c160205
@ -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