mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 20:55:43 +08:00
Partial Linking of prim groups should work (its partial as currently only the root prim of the child group will actually get linked, working on linking the rest now).
Multiple prim groups are now stored in the sqlite database and are reloaded correctly.
This commit is contained in:
@@ -459,7 +459,7 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
{
|
||||
AddEntityFromStorage(prim);
|
||||
}
|
||||
MainLog.Instance.Verbose("Loaded " + PrimsFromDB.Count.ToString() + " object(s)");
|
||||
MainLog.Instance.Verbose("Loaded " + PrimsFromDB.Count.ToString() + " SceneObject(s)");
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
@@ -520,6 +520,7 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
{
|
||||
part.LocalID = this.PrimIDAllocate();
|
||||
}
|
||||
sceneObject.UpdateParentIDs();
|
||||
this.AddEntity(sceneObject);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user