mirror of
https://github.com/opensim/opensim.git
synced 2026-07-14 03:15:36 +08:00
Mantis #2277
Patch up a type name change in libomv. Thanks for tracking that down, idb
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user