aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/InnerScene.cs
diff options
context:
space:
mode:
authorTeravus Ovares2008-03-19 18:32:25 +0000
committerTeravus Ovares2008-03-19 18:32:25 +0000
commit8d5bcc9da11534302b36bca75ba715d9bb4029c9 (patch)
treea8d191b212399611a75811caf7a55bcdeaf5666c /OpenSim/Region/Environment/Scenes/InnerScene.cs
parent* Patch to add llSetLinkPrimitiveParams stub (diff)
downloadopensim-SC_OLD-8d5bcc9da11534302b36bca75ba715d9bb4029c9.zip
opensim-SC_OLD-8d5bcc9da11534302b36bca75ba715d9bb4029c9.tar.gz
opensim-SC_OLD-8d5bcc9da11534302b36bca75ba715d9bb4029c9.tar.bz2
opensim-SC_OLD-8d5bcc9da11534302b36bca75ba715d9bb4029c9.tar.xz
* Fix for if 782: Locked prims may still be moved by click+drag.
* Remember, your admin user and estate managers can move locked objects that are not owned by them. That functionality differs from the Linden way of thinking and it's by design! It is not a bug! Create a non-god user and use that as your normal account.
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/InnerScene.cs')
-rw-r--r--OpenSim/Region/Environment/Scenes/InnerScene.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/InnerScene.cs b/OpenSim/Region/Environment/Scenes/InnerScene.cs
index a041a52..f37d28a 100644
--- a/OpenSim/Region/Environment/Scenes/InnerScene.cs
+++ b/OpenSim/Region/Environment/Scenes/InnerScene.cs
@@ -998,7 +998,7 @@ namespace OpenSim.Region.Environment.Scenes
998 SceneObjectGroup group = GetGroupByPrim(objectID); 998 SceneObjectGroup group = GetGroupByPrim(objectID);
999 if (group != null) 999 if (group != null)
1000 { 1000 {
1001 if (PermissionsMngr.CanEditObjectPosition(remoteClient.AgentId, group.UUID)) 1001 if (PermissionsMngr.CanEditObjectPosition(remoteClient.AgentId, group.UUID))// && PermissionsMngr.)
1002 { 1002 {
1003 group.GrabMovement(offset, pos, remoteClient); 1003 group.GrabMovement(offset, pos, remoteClient);
1004 } 1004 }