mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
Addresses Mantis #1886
Forces the landmark and menu flags to be always set, like in previous releases. This will cause the parcel based restriction on setting landmarks to have no effect, until it is implemented properly
This commit is contained in:
@@ -761,8 +761,10 @@ namespace OpenSim.Region.Environment.Modules.World.Estate
|
||||
if (m_scene.RegionInfo.RegionSettings.Sandbox)
|
||||
flags |= Simulator.RegionFlags.Sandbox;
|
||||
|
||||
// Handled in LandObject.cs: AllowLandmark
|
||||
// Handled in LandObject.cs: AllowSetHome
|
||||
// Fudge these to always on, so the menu options activate
|
||||
//
|
||||
flags |= Simulator.RegionFlags.AllowLandmark;
|
||||
flags |= Simulator.RegionFlags.AllowSetHome;
|
||||
|
||||
// TODO: SkipUpdateInterestList
|
||||
|
||||
|
||||
Reference in New Issue
Block a user