diff options
-rw-r--r-- | OpenSim/Region/CoreModules/World/Land/LandObject.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/World/Land/LandObject.cs b/OpenSim/Region/CoreModules/World/Land/LandObject.cs index d146901..cc42f7f 100644 --- a/OpenSim/Region/CoreModules/World/Land/LandObject.cs +++ b/OpenSim/Region/CoreModules/World/Land/LandObject.cs | |||
@@ -272,7 +272,8 @@ namespace OpenSim.Region.CoreModules.World.Land | |||
272 | ParcelFlags.AllowGroupScripts | | 272 | ParcelFlags.AllowGroupScripts | |
273 | ParcelFlags.CreateGroupObjects | | 273 | ParcelFlags.CreateGroupObjects | |
274 | ParcelFlags.AllowAPrimitiveEntry | | 274 | ParcelFlags.AllowAPrimitiveEntry | |
275 | ParcelFlags.AllowGroupObjectEntry); | 275 | ParcelFlags.AllowGroupObjectEntry | |
276 | ParcelFlags.AllowFly); | ||
276 | } | 277 | } |
277 | 278 | ||
278 | if (m_scene.Permissions.CanEditParcelProperties(remote_client.AgentId, this, GroupPowers.LandSetSale)) | 279 | if (m_scene.Permissions.CanEditParcelProperties(remote_client.AgentId, this, GroupPowers.LandSetSale)) |