diff options
| author | inspectredc <inspectredc@gmail.com> | 2025-03-04 12:22:26 +0000 |
|---|---|---|
| committer | Lywx <kiritodev01@gmail.com> | 2025-03-09 17:26:40 -0600 |
| commit | 445b7dad7d7604e09f7a9a4d39009dc471c99ba5 (patch) | |
| tree | a5a63b5ea71f54f0654492260d6791da7582e41d /src/Companion.cpp | |
| parent | 359ad0d884c91aab97a9113be9bb78be9e0f6844 (diff) | |
Add to config
Diffstat (limited to 'src/Companion.cpp')
| -rw-r--r-- | src/Companion.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Companion.cpp b/src/Companion.cpp index 7e9744d..a70f715 100644 --- a/src/Companion.cpp +++ b/src/Companion.cpp @@ -1158,6 +1158,8 @@ void Companion::Process() { } } + this->gConfig.textureDefines = cfg["textures"] && (cfg["textures"].as<std::string>() == "ADDITIONAL_DEFINES"); + this->ParseHash(); SPDLOG_INFO("------------------------------------------------"); |
