mirror of
https://github.com/opensim/opensim.git
synced 2026-05-21 16:05:39 +08:00
[previous VectorRender patch was from: Robert Smart
<SMARTROB@uk.ibm.com>] clean up.
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user