diff options
-rw-r--r-- | OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/Compiler.cs | 2 |
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 10959c5..2173178 100644 --- a/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/Compiler.cs +++ b/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/Compiler.cs | |||
@@ -276,11 +276,11 @@ namespace OpenSim.Region.ScriptEngine.DotNetEngine.Compiler.LSL | |||
276 | "} }\r\n"; | 276 | "} }\r\n"; |
277 | break; | 277 | break; |
278 | case enumCompileType.vb: | 278 | case enumCompileType.vb: |
279 | // "Public Sub New()\nEnd Sub: " + | ||
279 | compileScript = String.Empty + | 280 | compileScript = String.Empty + |
280 | "Imports OpenSim.Region.ScriptEngine.Common: Imports System.Collections.Generic: " + | 281 | "Imports OpenSim.Region.ScriptEngine.Common: Imports System.Collections.Generic: " + |
281 | String.Empty + "NameSpace SecondLife:" + | 282 | String.Empty + "NameSpace SecondLife:" + |
282 | String.Empty + "Public Class Script: Inherits OpenSim.Region.ScriptEngine.Common.LSL_BaseClass: " + | 283 | String.Empty + "Public Class Script: Inherits OpenSim.Region.ScriptEngine.Common.LSL_BaseClass: " + |
283 | @"Public Sub New(): End Sub: " + | ||
284 | compileScript + | 284 | compileScript + |
285 | ":End Class :End Namespace\r\n"; | 285 | ":End Class :End Namespace\r\n"; |
286 | break; | 286 | break; |