aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/Compiler.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/Compiler.cs b/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/Compiler.cs
index a8cdbd5..3451cce 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
284 @"Public Sub New(): End Sub: " + 284 @"Public Sub New(): End Sub: " +
285 compileScript + 285 compileScript +
286 ":End Class :End Namespace\r\n"; 286 ":End Class :End Namespace\r\n";
287 break;
287 case enumCompileType.js: 288 case enumCompileType.js:
288 compileScript = String.Empty + 289 compileScript = String.Empty +
289 "import OpenSim.Region.ScriptEngine.Common; import System.Collections.Generic;" + 290 "import OpenSim.Region.ScriptEngine.Common; import System.Collections.Generic;" +