mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
Update svn properties. Minor formatting cleanup.
This commit is contained in:
@@ -5320,8 +5320,8 @@ namespace OpenSim.Region.ScriptEngine.Common
|
||||
{
|
||||
m_host.AddScriptLPS(1);
|
||||
|
||||
if(m_host.ParentGroup == null)
|
||||
return;
|
||||
if (m_host.ParentGroup == null)
|
||||
return;
|
||||
|
||||
SceneObjectPart part = m_host.ParentGroup.GetLinkNumPart(linknumber);
|
||||
|
||||
|
||||
@@ -5118,9 +5118,9 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
||||
public void llSetLinkPrimitiveParams(int linknumber, LSL_Types.list rules)
|
||||
{
|
||||
m_host.AddScriptLPS(1);
|
||||
|
||||
if(m_host.ParentGroup == null)
|
||||
return;
|
||||
|
||||
if (m_host.ParentGroup == null)
|
||||
return;
|
||||
|
||||
SceneObjectPart part = m_host.ParentGroup.GetLinkNumPart(linknumber);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user