sync some more things with work copy

This commit is contained in:
UbitUmarov
2020-03-02 01:56:34 +00:00
parent 97cb6254ef
commit be16cf9531
7 changed files with 32 additions and 13 deletions

View File

@@ -200,9 +200,13 @@ namespace OpenSim.Region.ClientStack.Linden
if (r.ContainsKey("override_public_access"))
overridePublicAccess = !r["override_public_access"].AsBoolean();
bool allowEnviromentOverride = m_scene.RegionInfo.EstateSettings.AllowEnviromentOverride;
if (r.ContainsKey("override_environment"))
allowEnviromentOverride = !r["override_environment"].AsBoolean();
ok = m_EstateModule.handleEstateChangeInfoCap(estateName, invoice, sunHour, sunFixed,
externallyVisible, allowDirectTeleport, denyAnonymous, denyAgeUnverified,
alloVoiceChat, overridePublicAccess);
alloVoiceChat, overridePublicAccess, allowEnviromentOverride);
}
catch
{