aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules
diff options
context:
space:
mode:
authorDiva Canto2012-02-19 12:28:47 -0800
committerDiva Canto2012-02-19 12:28:47 -0800
commitdcea23906bec0465ca70be558382bcf7f3c96bb0 (patch)
tree00f68ade44e1f5d639902bd94b4459575e79f395 /OpenSim/Region/CoreModules
parentA few more tweaks on position updates and create child agents. Mono hates con... (diff)
parentUse localy defined name, TPFlags, for Constants.TeleportFlags (diff)
downloadopensim-SC_OLD-dcea23906bec0465ca70be558382bcf7f3c96bb0.zip
opensim-SC_OLD-dcea23906bec0465ca70be558382bcf7f3c96bb0.tar.gz
opensim-SC_OLD-dcea23906bec0465ca70be558382bcf7f3c96bb0.tar.bz2
opensim-SC_OLD-dcea23906bec0465ca70be558382bcf7f3c96bb0.tar.xz
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to 'OpenSim/Region/CoreModules')
-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))