mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
* Attempted resolution for mantis 854
* Also adds more temporary debugging goo in case the fix didn't work
This commit is contained in:
@@ -301,6 +301,9 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
reader.ReadStartElement("RootPart");
|
||||
m_rootPart = SceneObjectPart.FromXml(reader);
|
||||
AddPart(m_rootPart);
|
||||
|
||||
m_log.DebugFormat("[SCENE OBJECT GROUP]: Current node {0}", reader.Name);
|
||||
|
||||
reader.ReadEndElement();
|
||||
|
||||
while (reader.Read())
|
||||
|
||||
Reference in New Issue
Block a user