Patch up a type name change in libomv. Thanks for tracking that down, idb
0.6.0-stable
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

@ -323,7 +323,6 @@ namespace OpenSim.Region.ScriptEngine.Shared.CodeTools
if (l == enumCompileType.lsl)
{
// Its LSL, convert it to C#
//compileScript = LSL_Converter.Convert(Script);
LSL_Converter = (ICodeConverter)new CSCodeGenerator();
compileScript = LSL_Converter.Convert(Script);

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);