put back getAgentIP bug restricted, script owner must be a Administrator (god)

This commit is contained in:
UbitUmarov
2017-06-28 02:19:27 +01:00
parent b0a0163253
commit e243dd0519
4 changed files with 25 additions and 1 deletions

View File

@@ -145,6 +145,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
// Avatar Info Commands
LSL_List osGetAgents();
string osGetAgentIP(string agent);
// Teleport commands
void osTeleportAgent(string agent, string regionName, LSL_Types.Vector3 position, LSL_Types.Vector3 lookat);