Another download fix, whoopsies

This commit is contained in:
MysterD 2022-04-23 15:13:28 -07:00
parent 2827c523ce
commit 10305fcd5c
1 changed files with 1 additions and 1 deletions

View File

@ -71,8 +71,8 @@ static void mark_groups_loaded_from_hash(void) {
if (ogIndexStart < sOffsetGroupCount) {
LOG_INFO("Marking group as required: %llu (%s)", ogIndexStart, file->relativePath);
offsetGroupRequired[ogIndexStart] = 1;
ogIndexStart++;
}
ogIndexStart++;
} while (ogIndexStart <= ogIndexEnd);
}
fileStartOffset += file->size;