Patch up a type name change in libomv. Thanks for tracking that down, idb
This commit is contained in:
Melanie Thielker
2008-09-26 23:38:59 +00:00
parent 5a9bb2eafb
commit ec16750a87
2 changed files with 1 additions and 2 deletions

View File

@@ -421,7 +421,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Instance
if (itemType == "list")
return ReadList(tag);
if (itemType == "libsecondlife.UUID")
if (itemType == "OpenMetaverse.UUID")
{
UUID val = new UUID();
UUID.TryParse(tag.InnerText, out val);