diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2024-09-30 21:21:16 +0300 |
---|---|---|
committer | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2024-09-30 22:41:40 +0300 |
commit | c954609958d5fe2edbdc2f80af9bba5dc8025341 (patch) | |
tree | f960891eabf4edfe265e6d8492708f882d8c3381 /indra | |
parent | c89bfa2ee2d1817af76f586a713d14b4f0e15344 (diff) |
viewer#2735 Fix day cycle not saving values
Diffstat (limited to 'indra')
-rw-r--r-- | indra/llinventory/llsettingsdaycycle.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/llinventory/llsettingsdaycycle.cpp b/indra/llinventory/llsettingsdaycycle.cpp index a45ab5a09c..2baf140e6a 100644 --- a/indra/llinventory/llsettingsdaycycle.cpp +++ b/indra/llinventory/llsettingsdaycycle.cpp @@ -143,10 +143,6 @@ LLSettingsDay::LLSettingsDay() : //========================================================================= LLSD& LLSettingsDay::getSettings() { - if (mDaySettings.size() > 0) - { - return mDaySettings; - } mDaySettings = LLSD::emptyMap(); LLSD& settings = LLSettingsBase::getSettings(); |