Fix and hook up llTeleportAgent

This commit is contained in:
Melanie
2012-02-28 20:51:19 +01:00
parent 0fb50a8a9e
commit f11ab97747
3 changed files with 7 additions and 1 deletions

View File

@@ -4657,7 +4657,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
ScriptSleep(5000);
}
public void llTeleportAgentHome(string agent, string simname, LSL_Vector pos, LSL_Vector lookAt)
public void llTeleportAgent(string agent, string simname, LSL_Vector pos, LSL_Vector lookAt)
{
m_host.AddScriptLPS(1);
UUID agentId = new UUID();