Another attempt to squash the animation bug. Wish I could get this to fail at will.

ThreadPoolClientBranch
Brian McBee 2008-01-21 22:44:55 +00:00
parent dfb84d0d37
commit 274d958893
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ namespace OpenSim.Region.Environment.Scenes
{
if (nod.Attributes["name"] != null)
{
AnimsLLUUID.Add(nod.Attributes["name"].Value, nod.InnerText);
AnimsLLUUID.Add((string)nod.Attributes["name"].Value, (LLUUID)nod.InnerText);
}
}
}