More on mantis #6625

cpu-performance
Diva Canto 2013-06-29 22:32:26 -07:00
parent 20f2cf8769
commit 74e7fac13f
1 changed files with 2 additions and 1 deletions

View File

@ -204,6 +204,7 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsOut.Inventory
Util.FireAndForget(delegate
{
foreach (InventoryItemBase item in items)
if (!string.IsNullOrEmpty(item.CreatorData))
UserManager.AddUser(item.CreatorIdAsUuid, item.CreatorData);
});
}