mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 22:05:36 +08:00
Implementing a vastly simpler means of allowing region modules to access GetLinkParts than mantis 6236
This commit is contained in:
committed by
Justin Clark-Casey (justincc)
parent
68814f904e
commit
3c019bea8c
@@ -247,7 +247,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
||||
return GetLinkParts(m_host, linkType);
|
||||
}
|
||||
|
||||
private List<SceneObjectPart> GetLinkParts(SceneObjectPart part, int linkType)
|
||||
public static List<SceneObjectPart> GetLinkParts(SceneObjectPart part, int linkType)
|
||||
{
|
||||
List<SceneObjectPart> ret = new List<SceneObjectPart>();
|
||||
ret.Add(part);
|
||||
|
||||
Reference in New Issue
Block a user