mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 12:25:42 +08:00
Some refactoring , mainly on Inventory code.
This commit is contained in:
@@ -64,7 +64,7 @@ namespace OpenSim.Region.Communications.OGS1
|
||||
try
|
||||
{
|
||||
RestObjectPosterResponse<InventoryCollection> requester = new RestObjectPosterResponse<InventoryCollection>();
|
||||
requester.ReturnResponseVal = InventoryResponse;
|
||||
requester.ResponseCallback = InventoryResponse;
|
||||
requester.BeginPostObject<LLUUID>(_inventoryServerUrl + "/GetInventory/", userID);
|
||||
}
|
||||
catch (Exception)
|
||||
|
||||
Reference in New Issue
Block a user