mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 22:26:09 +08:00
* whoops, misplaced / where should have been \
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user