From 5ac5785cf2af152b44d8faeb3207b671b81c6684 Mon Sep 17 00:00:00 2001 From: MW Date: Tue, 7 Aug 2007 17:22:15 +0000 Subject: a couple of changes in the new Sceneobject classes, just committing so things are kept in sync. --- OpenSim/Framework/Communications/Cache/LibraryRootFolder.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'OpenSim/Framework/Communications/Cache') diff --git a/OpenSim/Framework/Communications/Cache/LibraryRootFolder.cs b/OpenSim/Framework/Communications/Cache/LibraryRootFolder.cs index 7813adc..9e54701 100644 --- a/OpenSim/Framework/Communications/Cache/LibraryRootFolder.cs +++ b/OpenSim/Framework/Communications/Cache/LibraryRootFolder.cs @@ -181,9 +181,7 @@ namespace OpenSim.Framework.Communications.Caches item.inventoryNextPermissions = (1 << 15); item.inventoryEveryOnePermissions = (1 << 15); item.inventoryBasePermissions = (1 << 15); - this.Items.Add(item.inventoryID, item); - - + this.Items.Add(item.inventoryID, item); } } -- cgit v1.1