remove a lock on hginventorybroker; cosmetics

This commit is contained in:
UbitUmarov
2022-11-10 09:44:36 +00:00
parent 3f0fcbf3c6
commit 4cac42ab98
3 changed files with 82 additions and 113 deletions

View File

@@ -507,8 +507,8 @@ namespace OpenSim.Server.Handlers.Inventory
{
List<string> idlist = (List<string>)request["IDLIST"];
List<string> destlist = (List<string>)request["DESTLIST"];
UUID principal = UUID.Zero;
UUID.TryParse(request["PRINCIPAL"].ToString(), out principal);
UUID.TryParse(request["PRINCIPAL"].ToString(), out UUID principal);
List<InventoryItemBase> items = new List<InventoryItemBase>();
int n = 0;