From 0951f895ef07a784b094d5f8eb3825b65d5ad171 Mon Sep 17 00:00:00 2001 From: Adam Frisby Date: Sat, 24 Nov 2007 10:36:54 +0000 Subject: * Removed references to "new LLUUID()", replaced with LLUUID.Zero. --- OpenSim/Framework/AgentInventory.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Framework/AgentInventory.cs') diff --git a/OpenSim/Framework/AgentInventory.cs b/OpenSim/Framework/AgentInventory.cs index 7a1174a..c1dac34 100644 --- a/OpenSim/Framework/AgentInventory.cs +++ b/OpenSim/Framework/AgentInventory.cs @@ -72,7 +72,7 @@ namespace OpenSim.Framework AgentID = newAgentID; InventoryRoot = new InventoryFolder(); InventoryRoot.FolderID = LLUUID.Random(); - InventoryRoot.ParentID = new LLUUID(); + InventoryRoot.ParentID = LLUUID.Zero; InventoryRoot.Version = 1; InventoryRoot.DefaultType = 8; InventoryRoot.OwnerID = AgentID; -- cgit v1.1