fix modding and headers (#171)

This commit is contained in:
inspectredc
2025-01-17 17:32:09 -06:00
committed by GitHub
parent db4cb9a493
commit cc3063afe6
2 changed files with 20 additions and 7 deletions
+1 -1
View File
@@ -1100,7 +1100,7 @@ void Companion::Process() {
};
}
if(this->gConfig.exporterType == ExportType::Code && this->gConfig.modding) {
if((this->gConfig.exporterType == ExportType::Code || this->gConfig.exporterType == ExportType::Binary) && this->gConfig.modding) {
this->ParseModdingConfig();
}