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:
@@ -82,6 +82,10 @@ namespace OpenSim.Framework
|
||||
|
||||
m_log.DebugFormat("[TASK INVENTORY]: Instantiated {0} prim items in total from xml", Count);
|
||||
|
||||
reader.Read();
|
||||
|
||||
m_log.DebugFormat("[TASK INVENTORY]: Current node {0}", reader.Name);
|
||||
|
||||
// reader.Read();
|
||||
// while (reader.Name.Equals("TaskInventoryItem"))
|
||||
// {
|
||||
|
||||
@@ -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