diff options
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(); } |
