Small bugfix.

This commit is contained in:
Adam Frisby
2007-06-04 12:42:15 +00:00
parent 4134462d9f
commit 28852d30ca
2 changed files with 82 additions and 121 deletions

View File

@@ -27,7 +27,7 @@ namespace OpenSim.world
{
if (nod.Attributes["name"] != null)
{
AnimsLLUUID.Add(nod.Attributes["name"], nod.Value);
AnimsLLUUID.Add(nod.Attributes["name"].ToString(), new LLUUID(nod.Value));
}
}