diff options
| author | inspectredc <78732756+inspectredc@users.noreply.github.com> | 2025-01-17 23:32:09 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-17 17:32:09 -0600 |
| commit | cc3063afe6168bb19bc5b37580716e2b2465c87d (patch) | |
| tree | 81cb8cb68a392dc80469897e4dbd26300f0c2336 /src/Companion.cpp | |
| parent | db4cb9a493e0dfee8e8fa6dc529390bb3321a771 (diff) | |
fix modding and headers (#171)
Diffstat (limited to 'src/Companion.cpp')
| -rw-r--r-- | src/Companion.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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(); } |
