aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/ScriptEngine/Components/DotNetEngine/Commands_LSL/Commands_LSL.cs
diff options
context:
space:
mode:
authorJeff Ames2008-09-21 02:41:22 +0000
committerJeff Ames2008-09-21 02:41:22 +0000
commitc8349e21c43b1232aa923783a39cca224460551a (patch)
tree883f756507ea9984f5e7d56a4aa507d0640b57ee /OpenSim/ScriptEngine/Components/DotNetEngine/Commands_LSL/Commands_LSL.cs
parentFix an exception in new ScriptEngine loader where a region would (diff)
downloadopensim-SC_OLD-c8349e21c43b1232aa923783a39cca224460551a.zip
opensim-SC_OLD-c8349e21c43b1232aa923783a39cca224460551a.tar.gz
opensim-SC_OLD-c8349e21c43b1232aa923783a39cca224460551a.tar.bz2
opensim-SC_OLD-c8349e21c43b1232aa923783a39cca224460551a.tar.xz
Update svn properties, minor formatting cleanup.
Diffstat (limited to 'OpenSim/ScriptEngine/Components/DotNetEngine/Commands_LSL/Commands_LSL.cs')
-rw-r--r--OpenSim/ScriptEngine/Components/DotNetEngine/Commands_LSL/Commands_LSL.cs36
1 files changed, 18 insertions, 18 deletions
diff --git a/OpenSim/ScriptEngine/Components/DotNetEngine/Commands_LSL/Commands_LSL.cs b/OpenSim/ScriptEngine/Components/DotNetEngine/Commands_LSL/Commands_LSL.cs
index d4e9a08..46edec3 100644
--- a/OpenSim/ScriptEngine/Components/DotNetEngine/Commands_LSL/Commands_LSL.cs
+++ b/OpenSim/ScriptEngine/Components/DotNetEngine/Commands_LSL/Commands_LSL.cs
@@ -1,18 +1,18 @@
1using System; 1using System;
2using System.Collections.Generic; 2using System.Collections.Generic;
3using System.Text; 3using System.Text;
4using OpenSim.ApplicationPlugins.ScriptEngine.Components; 4using OpenSim.ApplicationPlugins.ScriptEngine.Components;
5 5
6namespace OpenSim.ScriptEngine.Components.DotNetEngine.Commands_LSL 6namespace OpenSim.ScriptEngine.Components.DotNetEngine.Commands_LSL
7{ 7{
8 public class Commands_LSL : CommandBase 8 public class Commands_LSL : CommandBase
9 { 9 {
10 public override void Start() 10 public override void Start()
11 { 11 {
12 } 12 }
13 13
14 public override void Close() 14 public override void Close()
15 { 15 {
16 } 16 }
17 } 17 }
18} 18}