aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut/Inventory/RemoteXInventoryServiceConnector.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/CoreModules/ServiceConnectorsOut/Inventory/RemoteXInventoryServiceConnector.cs')
-rw-r--r--OpenSim/Region/CoreModules/ServiceConnectorsOut/Inventory/RemoteXInventoryServiceConnector.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Region/CoreModules/ServiceConnectorsOut/Inventory/RemoteXInventoryServiceConnector.cs b/OpenSim/Region/CoreModules/ServiceConnectorsOut/Inventory/RemoteXInventoryServiceConnector.cs
index 70ba944..8f41355 100644
--- a/OpenSim/Region/CoreModules/ServiceConnectorsOut/Inventory/RemoteXInventoryServiceConnector.cs
+++ b/OpenSim/Region/CoreModules/ServiceConnectorsOut/Inventory/RemoteXInventoryServiceConnector.cs
@@ -201,12 +201,12 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsOut.Inventory
201 List<InventoryItemBase> items = new List<InventoryItemBase>(invCol.Items); 201 List<InventoryItemBase> items = new List<InventoryItemBase>(invCol.Items);
202 202
203 if (items != null && items.Count > 0) 203 if (items != null && items.Count > 0)
204 Util.FireAndForget(delegate 204 //Util.FireAndForget(delegate
205 { 205 //{
206 foreach (InventoryItemBase item in items) 206 foreach (InventoryItemBase item in items)
207 if (!string.IsNullOrEmpty(item.CreatorData)) 207 if (!string.IsNullOrEmpty(item.CreatorData))
208 UserManager.AddUser(item.CreatorIdAsUuid, item.CreatorData); 208 UserManager.AddUser(item.CreatorIdAsUuid, item.CreatorData);
209 }); 209 //});
210 } 210 }
211 211
212 return invCol; 212 return invCol;