diff options
author | Tedd Hansen | 2008-02-02 04:45:18 +0000 |
---|---|---|
committer | Tedd Hansen | 2008-02-02 04:45:18 +0000 |
commit | 1ecdaf333f8af3a8597d60958f421cf2850e3df9 (patch) | |
tree | 09c66d3568d13beb86a7653fc00ae07a659ce9b3 /OpenSim | |
parent | Bugfixes. Now it even reads configuration before it uses it! ;) (diff) | |
download | opensim-SC_OLD-1ecdaf333f8af3a8597d60958f421cf2850e3df9.zip opensim-SC_OLD-1ecdaf333f8af3a8597d60958f421cf2850e3df9.tar.gz opensim-SC_OLD-1ecdaf333f8af3a8597d60958f421cf2850e3df9.tar.bz2 opensim-SC_OLD-1ecdaf333f8af3a8597d60958f421cf2850e3df9.tar.xz |
Note to self: Next time read debug-files on correct computer. It makes bughunting SO much easier! *jeesh*
Diffstat (limited to '')
-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 6d8bfa8..bbb380e 100644 --- a/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/Compiler.cs +++ b/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/Compiler.cs | |||
@@ -280,7 +280,7 @@ namespace OpenSim.Region.ScriptEngine.DotNetEngine.Compiler.LSL | |||
280 | ":End Class :End Namespace\r\n"; | 280 | ":End Class :End Namespace\r\n"; |
281 | break; | 281 | break; |
282 | } | 282 | } |
283 | return CompileFromCSorVBText(Script, l); | 283 | return CompileFromCSorVBText(compileScript, l); |
284 | } | 284 | } |
285 | 285 | ||
286 | /// <summary> | 286 | /// <summary> |