* whoops, misplaced / where should have been \

0.6.0-stable
Teravus Ovares 2008-05-17 18:48:06 +00:00
parent 6bcb0e8685
commit 74fb5e1a94
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ namespace OpenSim.Region.ScriptEngine.DotNetEngine.Compiler.LSL
{
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;
}