Implementing a vastly simpler means of allowing region modules to access GetLinkParts than mantis 6236

This commit is contained in:
SignpostMarv
2012-08-30 15:55:03 +01:00
committed by Justin Clark-Casey (justincc)
parent 68814f904e
commit 3c019bea8c

View File

@@ -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);