aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorPixelTomsen2012-02-19 09:53:50 +0100
committerBlueWall2012-02-19 13:49:41 -0500
commit8fc16ece96fc87ae83a7a02ba29006e76743c1cd (patch)
tree691951b6735fb6f08affaaf8b33e57d3062aadcc /OpenSim
parentUse localy defined name, TPFlags, for Constants.TeleportFlags (diff)
downloadopensim-SC_OLD-8fc16ece96fc87ae83a7a02ba29006e76743c1cd.zip
opensim-SC_OLD-8fc16ece96fc87ae83a7a02ba29006e76743c1cd.tar.gz
opensim-SC_OLD-8fc16ece96fc87ae83a7a02ba29006e76743c1cd.tar.bz2
opensim-SC_OLD-8fc16ece96fc87ae83a7a02ba29006e76743c1cd.tar.xz
Fix:Fly setting for Parcel dosen't work http://opensimulator.org/mantis/view.php?id=5887
Signed-off-by: nebadon <michael@osgrid.org>
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Region/CoreModules/World/Land/LandObject.cs3
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))