From 5ffc22554548977cf91abf9b3fe6c1799ecfea86 Mon Sep 17 00:00:00 2001 From: Adam Frisby Date: Mon, 4 Feb 2008 13:43:42 +0000 Subject: [PATCH] * Replacing missing break statement from DotNetEngine/Compiler/LSL/Compiler.cs --- .../Region/ScriptEngine/DotNetEngine/Compiler/LSL/Compiler.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/Compiler.cs b/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/Compiler.cs index a8cdbd5bb5..3451cce91d 100644 --- a/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/Compiler.cs +++ b/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/Compiler.cs @@ -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;" +