Skip to content

Commit a3d2107

Browse files
committed
Fix an oopsie woopsie, thanks bready doggy
1 parent a66c91b commit a3d2107

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

indra/newview/llwlhandlers.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,7 @@ bool LLEnvironmentApply::initiateRequest(const LLSD& content)
158158
sLastUpdate = current;
159159

160160
// Send update request.
161-
std::string url = gAgent.getRegionCapability("ExtEnvironment");
162-
if (url.empty()) url = gAgent.getRegionCapability("EnvironmentSettings");
161+
std::string url = gAgent.getRegionCapability("EnvironmentSettings");
163162
if (url.empty())
164163
{
165164
LL_WARNS("WindlightCaps") << "Applying windlight settings not supported" << LL_ENDL;

0 commit comments

Comments
 (0)