From 8bce9a53ecf7ce126e846fe3bfb3ae92397e929c Mon Sep 17 00:00:00 2001 From: MysterD Date: Sat, 23 Apr 2022 15:13:28 -0700 Subject: [PATCH] Another download fix, whoopsies --- src/pc/network/packets/packet_download.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pc/network/packets/packet_download.c b/src/pc/network/packets/packet_download.c index 2996c6ad..1dcf1f92 100644 --- a/src/pc/network/packets/packet_download.c +++ b/src/pc/network/packets/packet_download.c @@ -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;