aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Land/LandObject.cs
diff options
context:
space:
mode:
authorMelanie Thielker2014-07-29 04:41:38 +0200
committerMelanie Thielker2014-07-29 04:41:38 +0200
commit0c2537bb2418f3c66fd060b3852e90df43adbd27 (patch)
tree32cc3b195fe3752e74ec28076d3d4d32495b90b5 /OpenSim/Region/CoreModules/World/Land/LandObject.cs
parentSend new parcel permissions to activate viewer options - done right this time (diff)
downloadopensim-SC_OLD-0c2537bb2418f3c66fd060b3852e90df43adbd27.zip
opensim-SC_OLD-0c2537bb2418f3c66fd060b3852e90df43adbd27.tar.gz
opensim-SC_OLD-0c2537bb2418f3c66fd060b3852e90df43adbd27.tar.bz2
opensim-SC_OLD-0c2537bb2418f3c66fd060b3852e90df43adbd27.tar.xz
Try to plumb the other half
Diffstat (limited to 'OpenSim/Region/CoreModules/World/Land/LandObject.cs')
-rw-r--r--OpenSim/Region/CoreModules/World/Land/LandObject.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Region/CoreModules/World/Land/LandObject.cs b/OpenSim/Region/CoreModules/World/Land/LandObject.cs
index 7321054..cf37e09 100644
--- a/OpenSim/Region/CoreModules/World/Land/LandObject.cs
+++ b/OpenSim/Region/CoreModules/World/Land/LandObject.cs
@@ -292,6 +292,9 @@ namespace OpenSim.Region.CoreModules.World.Land
292 ParcelFlags.AllowAPrimitiveEntry | 292 ParcelFlags.AllowAPrimitiveEntry |
293 ParcelFlags.AllowGroupObjectEntry | 293 ParcelFlags.AllowGroupObjectEntry |
294 ParcelFlags.AllowFly); 294 ParcelFlags.AllowFly);
295 newData.SeeAVs = args.SeeAVs;
296 newData.AnyAVSounds = args.AnyAVSounds;
297 newData.GroupAVSounds = args.GroupAVSounds;
295 } 298 }
296 299
297 if (m_scene.Permissions.CanEditParcelProperties(remote_client.AgentId, this, GroupPowers.LandSetSale, true)) 300 if (m_scene.Permissions.CanEditParcelProperties(remote_client.AgentId, this, GroupPowers.LandSetSale, true))