mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
Small bugfix.
This commit is contained in:
@@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user