Update svn properties, minor formatting cleanup.

This commit is contained in:
Jeff Ames
2008-08-10 00:44:33 +00:00
parent 5b5159d1ec
commit 20e8e0ebae
3 changed files with 2 additions and 4 deletions

View File

@@ -4343,7 +4343,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
public void llParticleSystem(LSL_Types.list rules)
{
m_host.AddScriptLPS(1);
if(rules.Length == 0)
if (rules.Length == 0)
{
m_host.RemoveParticleSystem();
}