mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
Update libraries/shared/src/LogHandler.cpp
Co-authored-by: kasenvr <52365539+kasenvr@users.noreply.github.com>
This commit is contained in:
parent
1124590422
commit
6c25b9470d
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ LogHandler::LogHandler() {
|
|||
|
||||
auto optionList = logOptions.split(",");
|
||||
|
||||
for(auto option : optionList) {
|
||||
for (auto option : optionList) {
|
||||
option = option.trimmed();
|
||||
|
||||
if (option == "color") {
|
||||
|
|
Loading…
Reference in a new issue