aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/Compiler.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/Compiler.cs')
-rw-r--r--OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/Compiler.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/Compiler.cs b/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/Compiler.cs
index bbb380e..ded0fcc 100644
--- a/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/Compiler.cs
+++ b/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/Compiler.cs
@@ -273,7 +273,7 @@ namespace OpenSim.Region.ScriptEngine.DotNetEngine.Compiler.LSL
273 case enumCompileType.vb: 273 case enumCompileType.vb:
274 compileScript = String.Empty + 274 compileScript = String.Empty +
275 "Imports OpenSim.Region.ScriptEngine.Common: Imports System.Collections.Generic: " + 275 "Imports OpenSim.Region.ScriptEngine.Common: Imports System.Collections.Generic: " +
276 String.Empty + "NameSpace SecondLife { " + 276 String.Empty + "NameSpace SecondLife:" +
277 String.Empty + "Public Class Script: Inherits OpenSim.Region.ScriptEngine.Common.LSL_BaseClass: " + 277 String.Empty + "Public Class Script: Inherits OpenSim.Region.ScriptEngine.Common.LSL_BaseClass: " +
278 @"Public Sub New(): End Sub: " + 278 @"Public Sub New(): End Sub: " +
279 compileScript + 279 compileScript +