mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +08:00
rename NPC.Autopilot to NPC.MoveToTarget internally. Add method doc to INPCModule
This commit is contained in:
@@ -177,7 +177,7 @@ namespace OpenSim.Region.OptionalModules.World.NPC
|
||||
return npcAvatar.AgentId;
|
||||
}
|
||||
|
||||
public void Autopilot(UUID agentID, Scene scene, Vector3 pos)
|
||||
public void MoveToTarget(UUID agentID, Scene scene, Vector3 pos)
|
||||
{
|
||||
lock (m_avatars)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user