diff options
author | Diva Canto | 2013-07-06 17:29:19 -0700 |
---|---|---|
committer | Diva Canto | 2013-07-06 17:29:19 -0700 |
commit | 1dd3a0bc576b04e8989e8ac16e96aff024c0d6cd (patch) | |
tree | c4b7392b6cf0bac4d2473e07b72511cfe5933633 | |
parent | WARNING: BRUTE FORCE DEBUG AGAIN. AVOID USING THIS COMMIT (diff) | |
download | opensim-SC_OLD-1dd3a0bc576b04e8989e8ac16e96aff024c0d6cd.zip opensim-SC_OLD-1dd3a0bc576b04e8989e8ac16e96aff024c0d6cd.tar.gz opensim-SC_OLD-1dd3a0bc576b04e8989e8ac16e96aff024c0d6cd.tar.bz2 opensim-SC_OLD-1dd3a0bc576b04e8989e8ac16e96aff024c0d6cd.tar.xz |
MORE DEBUG. DON"T USE THIS.
-rw-r--r-- | OpenSim/Region/CoreModules/ServiceConnectorsOut/Inventory/RemoteXInventoryServiceConnector.cs | 6 |
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; |