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