* whoops, misplaced / where should have been \
parent
6bcb0e8685
commit
74fb5e1a94
|
@ -103,7 +103,7 @@ namespace OpenSim.Region.ScriptEngine.DotNetEngine.Compiler.LSL
|
||||||
{
|
{
|
||||||
if (localscript[p].Length >= 1)
|
if (localscript[p].Length >= 1)
|
||||||
{
|
{
|
||||||
if (localscript[p].Substring(localscript[p].Length - 1, 1) != "/")
|
if (localscript[p].Substring(localscript[p].Length - 1, 1) != @"\")
|
||||||
{
|
{
|
||||||
flip = !flip;
|
flip = !flip;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue