diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-04-13 16:48:25 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-04-13 17:16:10 +0300 |
commit | ee88ebf9e924882d0ac5baf0908fc9d6f437cfa2 (patch) | |
tree | 2b0a369cfd8225bb8ff22660a0ab68bd887a6453 /indra/newview/llenvironment.cpp | |
parent | 483c459e2e013e3bf1c813c3bb5030d0c0631963 (diff) |
SL-13029 Fixed load order
Diffstat (limited to 'indra/newview/llenvironment.cpp')
-rw-r--r-- | indra/newview/llenvironment.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llenvironment.cpp b/indra/newview/llenvironment.cpp index 7cd9503e4d..0e1c4f9434 100644 --- a/indra/newview/llenvironment.cpp +++ b/indra/newview/llenvironment.cpp @@ -851,8 +851,6 @@ void LLEnvironment::initSingleton() } LLEventPumps::instance().obtain(PUMP_EXPERIENCE).listen(LISTENER_NAME, [this](LLSD message) { listenExperiencePump(message); return false; }); - - loadFromSettings(); } void LLEnvironment::cleanupSingleton() |