Little bit of code clarification.

This commit is contained in:
Malkierian 2023-05-13 11:41:28 -07:00
parent dbe672444c
commit 550c10b1c3
1 changed files with 1 additions and 0 deletions

View File

@ -736,6 +736,7 @@ void SaveManager::SaveFileThreaded(int fileNum, SaveContext* saveContext, const
currentJsonContext = &sectionBlock["data"];
handler.second(saveContext, subsection);
} else {
// save function for specified section does not exist. should this error?
return;
}