* Replacing missing break statement from DotNetEngine/Compiler/LSL/Compiler.cs

ThreadPoolClientBranch
Adam Frisby 2008-02-04 13:43:42 +00:00
parent ba16daff7c
commit 5ffc225545
1 changed files with 1 additions and 0 deletions

View File

@ -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;" +