diff options
author | Melanie Thielker | 2008-11-14 17:53:58 +0000 |
---|---|---|
committer | Melanie Thielker | 2008-11-14 17:53:58 +0000 |
commit | 9960637545f8b79bc38dbb341e99eaf48720c1e0 (patch) | |
tree | 96aed844bf79a07a9a77871ccda69ea90cfb25d8 /OpenSim/Region/Environment | |
parent | Reapplying a revised version of Christopher Yeoh's (IBM) patch for allow (diff) | |
download | opensim-SC_OLD-9960637545f8b79bc38dbb341e99eaf48720c1e0.zip opensim-SC_OLD-9960637545f8b79bc38dbb341e99eaf48720c1e0.tar.gz opensim-SC_OLD-9960637545f8b79bc38dbb341e99eaf48720c1e0.tar.bz2 opensim-SC_OLD-9960637545f8b79bc38dbb341e99eaf48720c1e0.tar.xz |
Try to make the test pass again
Diffstat (limited to 'OpenSim/Region/Environment')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/SceneObjectGroup.Inventory.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/SceneObjectGroup.Inventory.cs b/OpenSim/Region/Environment/Scenes/SceneObjectGroup.Inventory.cs index 2b560f4..225f7cf 100644 --- a/OpenSim/Region/Environment/Scenes/SceneObjectGroup.Inventory.cs +++ b/OpenSim/Region/Environment/Scenes/SceneObjectGroup.Inventory.cs | |||
@@ -185,7 +185,7 @@ namespace OpenSim.Region.Environment.Scenes | |||
185 | bool addFromAllowedDrop = false; | 185 | bool addFromAllowedDrop = false; |
186 | if (remoteClient!=null) | 186 | if (remoteClient!=null) |
187 | { | 187 | { |
188 | addFromAllowedDrop = remoteClient.AgentId!=part.OwnerID; | 188 | addFromAllowedDrop = remoteClient.AgentId != part.OwnerID; |
189 | } | 189 | } |
190 | 190 | ||
191 | part.AddInventoryItem(taskItem, addFromAllowedDrop); | 191 | part.AddInventoryItem(taskItem, addFromAllowedDrop); |