JustinCC is evil. f7b28dd3 broke script persistence. This fixes it.

This commit is contained in:
root
2010-09-16 23:12:32 +02:00
parent 512ded6eb5
commit a0c87b5af6
4 changed files with 40 additions and 1 deletions

View File

@@ -696,6 +696,7 @@ namespace OpenSim.Region.Framework.Scenes
if (node.Attributes["UUID"] != null)
{
UUID itemid = new UUID(node.Attributes["UUID"].Value);
m_log.DebugFormat("[SCRIPT STATE]: Adding state for oldID {0}", itemid);
m_savedScriptState.Add(itemid, node.InnerXml);
}
}