mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 22:05:36 +08:00
ensuring that operand order in llGetLinkName is internally consistent
This commit is contained in:
committed by
Justin Clark-Casey (justincc)
parent
0f70460a32
commit
ec044537d5
@@ -3828,7 +3828,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
|
||||
|
||||
Reference in New Issue
Block a user