Change SceneObjectPart.LocalID to .LocalId to be case matching

with SceneObjectGroup.LocalId (and hence reduce confusion).
This commit is contained in:
Sean Dague
2008-03-05 18:57:13 +00:00
parent f64611862a
commit 4ea52b2105
9 changed files with 40 additions and 40 deletions

View File

@@ -162,7 +162,7 @@ namespace OpenSim.Region.Environment.Modules
m_scene.ForEachClient(delegate(IClientAPI controller)
{
controller.SendKillObject(m_scene.RegionInfo.RegionHandle,
selectedTree.LocalID);
selectedTree.LocalId);
});
break;