Fixed file detection on modding export factory

This commit is contained in:
KiritoDv
2024-03-29 03:10:01 -06:00
parent 81b8f66587
commit f4506380ee
+2 -1
View File
@@ -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) {