We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a66c91b commit a3d2107Copy full SHA for a3d2107
1 file changed
indra/newview/llwlhandlers.cpp
@@ -158,8 +158,7 @@ bool LLEnvironmentApply::initiateRequest(const LLSD& content)
158
sLastUpdate = current;
159
160
// Send update request.
161
- std::string url = gAgent.getRegionCapability("ExtEnvironment");
162
- if (url.empty()) url = gAgent.getRegionCapability("EnvironmentSettings");
+ std::string url = gAgent.getRegionCapability("EnvironmentSettings");
163
if (url.empty())
164
{
165
LL_WARNS("WindlightCaps") << "Applying windlight settings not supported" << LL_ENDL;
0 commit comments