aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine
diff options
context:
space:
mode:
authorTeravus Ovares2008-05-17 18:48:06 +0000
committerTeravus Ovares2008-05-17 18:48:06 +0000
commit74fb5e1a94c956dc64dcf66786c48b2e506e55d4 (patch)
tree2bcc0b04458d446f6e3973618f3cebe184ac785d /OpenSim/Region/ScriptEngine
parent* Update on the script engine LSL parser. Blocks all static objects and meth... (diff)
downloadopensim-SC_OLD-74fb5e1a94c956dc64dcf66786c48b2e506e55d4.zip
opensim-SC_OLD-74fb5e1a94c956dc64dcf66786c48b2e506e55d4.tar.gz
opensim-SC_OLD-74fb5e1a94c956dc64dcf66786c48b2e506e55d4.tar.bz2
opensim-SC_OLD-74fb5e1a94c956dc64dcf66786c48b2e506e55d4.tar.xz
* whoops, misplaced / where should have been \
Diffstat (limited to 'OpenSim/Region/ScriptEngine')
-rw-r--r--OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/LSL2CSConverter.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/LSL2CSConverter.cs b/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/LSL2CSConverter.cs
index b5eabc1..2469107 100644
--- a/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/LSL2CSConverter.cs
+++ b/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/LSL2CSConverter.cs
@@ -103,7 +103,7 @@ namespace OpenSim.Region.ScriptEngine.DotNetEngine.Compiler.LSL
103 { 103 {
104 if (localscript[p].Length >= 1) 104 if (localscript[p].Length >= 1)
105 { 105 {
106 if (localscript[p].Substring(localscript[p].Length - 1, 1) != "/") 106 if (localscript[p].Substring(localscript[p].Length - 1, 1) != @"\")
107 { 107 {
108 flip = !flip; 108 flip = !flip;
109 } 109 }