From cc3063afe6168bb19bc5b37580716e2b2465c87d Mon Sep 17 00:00:00 2001 From: inspectredc <78732756+inspectredc@users.noreply.github.com> Date: Fri, 17 Jan 2025 23:32:09 +0000 Subject: fix modding and headers (#171) --- src/Companion.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Companion.cpp') diff --git a/src/Companion.cpp b/src/Companion.cpp index 5a82b3f..2344070 100644 --- a/src/Companion.cpp +++ b/src/Companion.cpp @@ -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(); } -- cgit v1.2.3