mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
a couple of changes in the new Sceneobject classes, just committing so things are kept in sync.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -36,6 +36,7 @@ using OpenSim.Framework.Utilities;
|
||||
|
||||
using OpenSim.Framework.Configuration;
|
||||
|
||||
|
||||
namespace OpenSim.Framework.Types
|
||||
{
|
||||
public class RegionInfo
|
||||
|
||||
Reference in New Issue
Block a user