mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
rename osNpcStopMoveTo() to osNpcStopMoveToTarget()
This commit is contained in:
@@ -2322,7 +2322,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
||||
}
|
||||
}
|
||||
|
||||
public void osNpcStopMoveTo(LSL_Key npc)
|
||||
public void osNpcStopMoveToTarget(LSL_Key npc)
|
||||
{
|
||||
CheckThreatLevel(ThreatLevel.VeryLow, "osNpcStopMoveTo");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user