aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorPixelTomsen2012-02-19 09:53:50 +0100
committernebadon2012-02-19 01:58:28 -0700
commitd22715126c05307ce5f91816ea5754b7884ff11d (patch)
tree10ee6e16daef6a1454fc8e79905b88eba25b291a
parentFix:OmegaX, OmegaY and OmegaZ not saved for child prims http://opensimulator.... (diff)
downloadopensim-SC_OLD-d22715126c05307ce5f91816ea5754b7884ff11d.zip
opensim-SC_OLD-d22715126c05307ce5f91816ea5754b7884ff11d.tar.gz
opensim-SC_OLD-d22715126c05307ce5f91816ea5754b7884ff11d.tar.bz2
opensim-SC_OLD-d22715126c05307ce5f91816ea5754b7884ff11d.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>
-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))