From f4506380ee8b4436a903b47c76793fbcf2e20e0f Mon Sep 17 00:00:00 2001 From: KiritoDv Date: Fri, 29 Mar 2024 03:10:01 -0600 Subject: Fixed file detection on modding export factory --- src/Companion.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Companion.cpp b/src/Companion.cpp index f3b782f..0dcecc8 100644 --- a/src/Companion.cpp +++ b/src/Companion.cpp @@ -912,8 +912,9 @@ void Companion::Process() { } file.close(); - this->gHashNode[this->gCurrentFile]["extracted"][ExportTypeToString(this->gConfig.exporterType)] = true; } + + this->gHashNode[this->gCurrentFile]["extracted"][ExportTypeToString(this->gConfig.exporterType)] = true; } if(wrapper != nullptr) { -- cgit v1.2.3