a couple of changes in the new Sceneobject classes, just committing so things are kept in sync.

This commit is contained in:
MW
2007-08-07 17:22:15 +00:00
parent 2a0a8c43ef
commit 5ac5785cf2
4 changed files with 27 additions and 12 deletions

View File

@@ -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);
}
}

View File

@@ -36,6 +36,7 @@ using OpenSim.Framework.Utilities;
using OpenSim.Framework.Configuration;
namespace OpenSim.Framework.Types
{
public class RegionInfo