[previous VectorRender patch was from: Robert Smart

<SMARTROB@uk.ibm.com>]

clean up.
0.6.3-post-fixes
Dr Scofield 2009-02-02 14:57:20 +00:00
parent 8a098bf12c
commit 3682212fbf
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ namespace OpenSim.Region.Environment.Modules.Scripting.VectorRender
name = nvp[0].Trim();
}
if (nvp.Length==2)
if (nvp.Length == 2)
{
value = nvp[1].Trim();
}