mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 03:06:05 +08:00
Persistent prim inventory phase 5. Restart scripts contained in persisted prims on region start.
No user functionality exposed yet - no ini switch to enable persistence or restore. A bit more initial work to do.
This commit is contained in:
@@ -36,7 +36,12 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
{
|
||||
protected List<EntityBase> m_children;
|
||||
|
||||
public Scene m_scene;
|
||||
protected Scene m_scene;
|
||||
|
||||
public Scene Scene
|
||||
{
|
||||
get { return m_scene; }
|
||||
}
|
||||
|
||||
public LLUUID m_uuid;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user