parent
5a9bb2eafb
commit
ec16750a87
|
@ -323,7 +323,6 @@ namespace OpenSim.Region.ScriptEngine.Shared.CodeTools
|
||||||
if (l == enumCompileType.lsl)
|
if (l == enumCompileType.lsl)
|
||||||
{
|
{
|
||||||
// Its LSL, convert it to C#
|
// Its LSL, convert it to C#
|
||||||
//compileScript = LSL_Converter.Convert(Script);
|
|
||||||
LSL_Converter = (ICodeConverter)new CSCodeGenerator();
|
LSL_Converter = (ICodeConverter)new CSCodeGenerator();
|
||||||
compileScript = LSL_Converter.Convert(Script);
|
compileScript = LSL_Converter.Convert(Script);
|
||||||
|
|
||||||
|
|
|
@ -421,7 +421,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Instance
|
||||||
if (itemType == "list")
|
if (itemType == "list")
|
||||||
return ReadList(tag);
|
return ReadList(tag);
|
||||||
|
|
||||||
if (itemType == "libsecondlife.UUID")
|
if (itemType == "OpenMetaverse.UUID")
|
||||||
{
|
{
|
||||||
UUID val = new UUID();
|
UUID val = new UUID();
|
||||||
UUID.TryParse(tag.InnerText, out val);
|
UUID.TryParse(tag.InnerText, out val);
|
||||||
|
|
Loading…
Reference in New Issue