* Replacing missing break statement from DotNetEngine/Compiler/LSL/Compiler.cs
parent
ba16daff7c
commit
5ffc225545
|
@ -284,6 +284,7 @@ namespace OpenSim.Region.ScriptEngine.DotNetEngine.Compiler.LSL
|
|||
@"Public Sub New(): End Sub: " +
|
||||
compileScript +
|
||||
":End Class :End Namespace\r\n";
|
||||
break;
|
||||
case enumCompileType.js:
|
||||
compileScript = String.Empty +
|
||||
"import OpenSim.Region.ScriptEngine.Common; import System.Collections.Generic;" +
|
||||
|
|
Loading…
Reference in New Issue