diff options
author | Tedd Hansen | 2007-08-12 18:36:42 +0000 |
---|---|---|
committer | Tedd Hansen | 2007-08-12 18:36:42 +0000 |
commit | 75c5bdbef97014ef932ac293609e4087364353fb (patch) | |
tree | 8ba7f40d5c9f46902a6bcbefed051b9a066ebab2 /OpenSim/Region/ScriptEngine/DotNetEngine/Compiler | |
parent | LSL_BaseClass now receives scene during init (diff) | |
download | opensim-SC_OLD-75c5bdbef97014ef932ac293609e4087364353fb.zip opensim-SC_OLD-75c5bdbef97014ef932ac293609e4087364353fb.tar.gz opensim-SC_OLD-75c5bdbef97014ef932ac293609e4087364353fb.tar.bz2 opensim-SC_OLD-75c5bdbef97014ef932ac293609e4087364353fb.tar.xz |
ScriptManager now uses LSL-compiler.
LSL_BuiltIn_Commands_TestImplementation.cs no longer needs updating.
Diffstat (limited to 'OpenSim/Region/ScriptEngine/DotNetEngine/Compiler')
-rw-r--r-- | OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/Server_API/LSL_BuiltIn_Commands_TestImplementation.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/Server_API/LSL_BuiltIn_Commands_TestImplementation.cs b/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/Server_API/LSL_BuiltIn_Commands_TestImplementation.cs index f107993..3a87fa9 100644 --- a/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/Server_API/LSL_BuiltIn_Commands_TestImplementation.cs +++ b/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/Server_API/LSL_BuiltIn_Commands_TestImplementation.cs | |||
@@ -32,7 +32,7 @@ using System.Text; | |||
32 | 32 | ||
33 | namespace OpenSim.Region.ScriptEngine.DotNetEngine.Compiler | 33 | namespace OpenSim.Region.ScriptEngine.DotNetEngine.Compiler |
34 | { | 34 | { |
35 | public class LSL_BuiltIn_Commands_TestImplementation : LSL_BuiltIn_Commands_Interface | 35 | public class LSL_BuiltIn_Commands_TestImplementation //: LSL_BuiltIn_Commands_Interface |
36 | { | 36 | { |
37 | public LSL_BuiltIn_Commands_TestImplementation(string FullScriptID) | 37 | public LSL_BuiltIn_Commands_TestImplementation(string FullScriptID) |
38 | { | 38 | { |