aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine
diff options
context:
space:
mode:
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 }