* 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: " +
|
@"Public Sub New(): End Sub: " +
|
||||||
compileScript +
|
compileScript +
|
||||||
":End Class :End Namespace\r\n";
|
":End Class :End Namespace\r\n";
|
||||||
|
break;
|
||||||
case enumCompileType.js:
|
case enumCompileType.js:
|
||||||
compileScript = String.Empty +
|
compileScript = String.Empty +
|
||||||
"import OpenSim.Region.ScriptEngine.Common; import System.Collections.Generic;" +
|
"import OpenSim.Region.ScriptEngine.Common; import System.Collections.Generic;" +
|
||||||
|
|
Loading…
Reference in New Issue