mirror of
https://github.com/opensim/opensim.git
synced 2026-08-13 05:05:43 +08:00
* refactor: rename SendKiPrimitive to SendKillObject since this appears more descriptive of what it actually does
This commit is contained in:
@@ -443,7 +443,7 @@ namespace OpenSim.Region.Environment.Modules.World.NPC
|
||||
|
||||
}
|
||||
|
||||
public virtual void SendKiPrimitive(ulong regionHandle, uint localID)
|
||||
public virtual void SendKillObject(ulong regionHandle, uint localID)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
@@ -186,7 +186,7 @@ namespace OpenSim.Region.Environment.Modules.World.TreePopulator
|
||||
|
||||
m_scene.ForEachClient(delegate(IClientAPI controller)
|
||||
{
|
||||
controller.SendKiPrimitive(m_scene.RegionInfo.RegionHandle,
|
||||
controller.SendKillObject(m_scene.RegionInfo.RegionHandle,
|
||||
selectedTree.LocalId);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user