Update svn properties, minor formatting cleanup.
parent
5b5159d1ec
commit
20e8e0ebae
|
@ -1554,8 +1554,6 @@ namespace OpenSim.Region.Communications.OGS1
|
|||
|
||||
#endregion
|
||||
|
||||
// helper to see if remote region is up
|
||||
|
||||
int timeOut = 10; //10 seconds
|
||||
|
||||
public bool CheckRegion(string address, uint port, bool retry)
|
||||
|
|
|
@ -4481,7 +4481,7 @@ namespace OpenSim.Region.ScriptEngine.Common
|
|||
public void llParticleSystem(LSL_Types.list rules)
|
||||
{
|
||||
m_host.AddScriptLPS(1);
|
||||
if(rules.Length == 0)
|
||||
if (rules.Length == 0)
|
||||
{
|
||||
m_host.RemoveParticleSystem();
|
||||
}
|
||||
|
|
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue