* Refactor: remove pointless agentId parameter from CachedUserInfo.AddItem()

* Remove old framework asset transactions files which were region modularized
This commit is contained in:
Justin Clarke Casey
2008-05-03 18:01:38 +00:00
parent 4a87d96c17
commit f5609ba452
5 changed files with 8 additions and 771 deletions

View File

@@ -392,7 +392,7 @@ namespace OpenSim.Region.Environment.Modules.Agent.AssetTransaction
item.NextPermissions = nextPerm;
item.Flags = (uint) wearableType;
userInfo.AddItem(ourClient.AgentId, item);
userInfo.AddItem(item);
ourClient.SendInventoryItemCreateUpdate(item);
}
}