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

integration
SignpostMarv 2012-08-30 15:55:03 +01:00 committed by Justin Clark-Casey (justincc)
parent 68814f904e
commit 3c019bea8c
1 changed files with 1 additions and 1 deletions

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