ensuring that operand order in llGetLinkName is internally consistent
parent
01c148bbce
commit
4a4d800523
|
@ -3845,7 +3845,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
|||
}
|
||||
|
||||
// simplest case, this prims link number
|
||||
if (m_host.LinkNum == linknum)
|
||||
if (linknum == m_host.LinkNum)
|
||||
return m_host.Name;
|
||||
|
||||
// Single prim
|
||||
|
|
Loading…
Reference in New Issue