diff options
author | Kitto Flora | 2010-03-19 13:27:12 -0400 |
---|---|---|
committer | Kitto Flora | 2010-03-19 13:27:12 -0400 |
commit | 0e36994fe7b41bb79b195130fbd9f97ace3c611f (patch) | |
tree | 2caae61161a0abaa79f0e63640b8607cc60c371a /OpenSim/Region/Framework/Scenes/Scene.Inventory.cs | |
parent | Fix sit with autopilot. (diff) | |
parent | Merge branch 'master' of ssh://melanie@3dhosting.de/var/git/careminster into ... (diff) | |
download | opensim-SC-0e36994fe7b41bb79b195130fbd9f97ace3c611f.zip opensim-SC-0e36994fe7b41bb79b195130fbd9f97ace3c611f.tar.gz opensim-SC-0e36994fe7b41bb79b195130fbd9f97ace3c611f.tar.bz2 opensim-SC-0e36994fe7b41bb79b195130fbd9f97ace3c611f.tar.xz |
Merge branch 'master' of ssh://3dhosting.de/var/git/careminster
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/Scene.Inventory.cs')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/Scene.Inventory.cs | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs b/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs index b2b061e..ffbf745 100644 --- a/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs +++ b/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs | |||
@@ -1581,9 +1581,10 @@ namespace OpenSim.Region.Framework.Scenes | |||
1581 | if (remoteClient != null) | 1581 | if (remoteClient != null) |
1582 | { | 1582 | { |
1583 | permissionToTake = | 1583 | permissionToTake = |
1584 | Permissions.CanReturnObject( | 1584 | Permissions.CanReturnObjects( |
1585 | grp.UUID, | 1585 | null, |
1586 | remoteClient.AgentId); | 1586 | remoteClient.AgentId, |
1587 | new List<SceneObjectGroup>() {grp}); | ||
1587 | permissionToDelete = permissionToTake; | 1588 | permissionToDelete = permissionToTake; |
1588 | 1589 | ||
1589 | if (permissionToDelete) | 1590 | if (permissionToDelete) |