aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2010-04-16 22:57:44 +0100
committerJustin Clark-Casey (justincc)2010-04-16 22:57:44 +0100
commit45563e20e0167cd0349503919a96658ca119d11e (patch)
tree6a8f7003cffc613903d14592f6c2723f349183de /OpenSim/Region/Framework/Scenes/Scene.Inventory.cs
parentrefactor: crudely move the RezMultipleAttachments() method into the Attachmen... (diff)
downloadopensim-SC_OLD-45563e20e0167cd0349503919a96658ca119d11e.zip
opensim-SC_OLD-45563e20e0167cd0349503919a96658ca119d11e.tar.gz
opensim-SC_OLD-45563e20e0167cd0349503919a96658ca119d11e.tar.bz2
opensim-SC_OLD-45563e20e0167cd0349503919a96658ca119d11e.tar.xz
minor: correctly print out missing item id when it can't be found rather than a NullReferenceException
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/Scene.Inventory.cs')
-rw-r--r--OpenSim/Region/Framework/Scenes/Scene.Inventory.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs b/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs
index 4a286ac..a90c4b3 100644
--- a/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs
+++ b/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs
@@ -471,7 +471,6 @@ namespace OpenSim.Region.Framework.Scenes
471 return null; 471 return null;
472 } 472 }
473 473
474
475 if (recipientParentFolderId == UUID.Zero) 474 if (recipientParentFolderId == UUID.Zero)
476 { 475 {
477 InventoryFolderBase recipientRootFolder = InventoryService.GetRootFolder(recipientId); 476 InventoryFolderBase recipientRootFolder = InventoryService.GetRootFolder(recipientId);