From 5c6fa9c1f6ad4b07426a6f360ccf2d54b0c94cb8 Mon Sep 17 00:00:00 2001 From: KiritoDv Date: Fri, 22 Mar 2024 12:36:59 -0600 Subject: [PATCH] Fixed typo --- src/Companion.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Companion.cpp b/src/Companion.cpp index fcf5668..3d9d2b6 100644 --- a/src/Companion.cpp +++ b/src/Companion.cpp @@ -681,7 +681,7 @@ void Companion::Process() { this->ExtractNode(node, output, wrapper); } } else { - if(gCurrentFileOffset && assetNode["offsets"]) { + if(gCurrentFileOffset && assetNode["offset"]) { const auto offset = assetNode["offset"].as(); if (!IS_SEGMENTED(offset)) { assetNode["offset"] = (gCurrentSegmentNumber << 24) | offset;