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