mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
mantis 7656, partialy apply patch, changing the start scripts for now
This commit is contained in:
@@ -265,6 +265,7 @@ namespace OpenSim.Region.Framework.Scenes.Serialization
|
||||
foreach (XmlNode aPrimNode in rootNode.ChildNodes)
|
||||
{
|
||||
SceneObjectGroup obj = DeserializeGroupFromXml2(aPrimNode.OuterXml);
|
||||
scene.AddNewSceneObject(obj, true);
|
||||
if (startScripts)
|
||||
sceneObjects.Add(obj);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user