diff options
author | UbitUmarov | 2017-06-28 02:19:27 +0100 |
---|---|---|
committer | UbitUmarov | 2017-06-28 02:19:27 +0100 |
commit | e243dd05193a1edcb16f52b2514c41de70ff8006 (patch) | |
tree | 2d3a5c236379d9a9dadeace01713acd24150b1ae /OpenSim/Region/ScriptEngine/Shared/Api/Interface | |
parent | BUG FIX: change lludp hovertext utf-8 cut point. Thx djphil (diff) | |
download | opensim-SC_OLD-e243dd05193a1edcb16f52b2514c41de70ff8006.zip opensim-SC_OLD-e243dd05193a1edcb16f52b2514c41de70ff8006.tar.gz opensim-SC_OLD-e243dd05193a1edcb16f52b2514c41de70ff8006.tar.bz2 opensim-SC_OLD-e243dd05193a1edcb16f52b2514c41de70ff8006.tar.xz |
put back getAgentIP bug restricted, script owner must be a Administrator (god)
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/Api/Interface')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs index 6be3c3f..8f863af 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs | |||
@@ -145,6 +145,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces | |||
145 | 145 | ||
146 | // Avatar Info Commands | 146 | // Avatar Info Commands |
147 | LSL_List osGetAgents(); | 147 | LSL_List osGetAgents(); |
148 | string osGetAgentIP(string agent); | ||
148 | 149 | ||
149 | // Teleport commands | 150 | // Teleport commands |
150 | void osTeleportAgent(string agent, string regionName, LSL_Types.Vector3 position, LSL_Types.Vector3 lookat); | 151 | void osTeleportAgent(string agent, string regionName, LSL_Types.Vector3 position, LSL_Types.Vector3 lookat); |