mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
Update svn properties, minor formatting cleanup.
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user