mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
fix typo
This commit is contained in:
@@ -3164,7 +3164,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
||||
return;
|
||||
|
||||
SceneObjectPart sop;
|
||||
if (linknumber = ScriptBaseClass.LINK_THIS)
|
||||
if (linknumber == ScriptBaseClass.LINK_THIS)
|
||||
sop = m_host;
|
||||
else if (linknumber < 0)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user