Although the Allow Voice setting is per estate rather than per region,
apparently it is required in the region handshake to let the client enable parcel voice controls. So, send it.avinationmerge
parent
ee85a530f6
commit
fa64f2e56e
|
@ -1115,12 +1115,14 @@ namespace OpenSim.Region.CoreModules.World.Estate
|
|||
if (m_scene.RegionInfo.RegionSettings.AllowLandJoinDivide)
|
||||
flags |= RegionFlags.AllowParcelChanges;
|
||||
if (m_scene.RegionInfo.RegionSettings.BlockShowInSearch)
|
||||
flags |= (RegionFlags)(1 << 29);
|
||||
flags |= RegionFlags.BlockParcelSearch;
|
||||
|
||||
if (m_scene.RegionInfo.RegionSettings.FixedSun)
|
||||
flags |= RegionFlags.SunFixed;
|
||||
if (m_scene.RegionInfo.RegionSettings.Sandbox)
|
||||
flags |= RegionFlags.Sandbox;
|
||||
if (m_scene.RegionInfo.EstateSettings.AllowVoice)
|
||||
flags |= RegionFlags.AllowVoice;
|
||||
|
||||
// Fudge these to always on, so the menu options activate
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue