From d22715126c05307ce5f91816ea5754b7884ff11d Mon Sep 17 00:00:00 2001
From: PixelTomsen
Date: Sun, 19 Feb 2012 09:53:50 +0100
Subject: Fix:Fly setting for Parcel dosen't work
 http://opensimulator.org/mantis/view.php?id=5887

Signed-off-by: nebadon <michael@osgrid.org>
---
 OpenSim/Region/CoreModules/World/Land/LandObject.cs | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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
                         ParcelFlags.AllowGroupScripts |
                         ParcelFlags.CreateGroupObjects |
                         ParcelFlags.AllowAPrimitiveEntry |
-                        ParcelFlags.AllowGroupObjectEntry);
+                        ParcelFlags.AllowGroupObjectEntry |
+                        ParcelFlags.AllowFly);
             }
 
             if (m_scene.Permissions.CanEditParcelProperties(remote_client.AgentId, this, GroupPowers.LandSetSale))
-- 
cgit v1.1