diff options
author | UbitUmarov | 2017-06-27 01:41:06 +0100 |
---|---|---|
committer | UbitUmarov | 2017-06-27 01:41:06 +0100 |
commit | 936aee412d67edc0e143ab13213c5ee1cb1c2a0e (patch) | |
tree | bef08b6af3c9b78ccbfa626b6da19b3cddd8a523 /OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs | |
parent | dont list deleted ones, that still don't know they are gone (diff) | |
download | opensim-SC-936aee412d67edc0e143ab13213c5ee1cb1c2a0e.zip opensim-SC-936aee412d67edc0e143ab13213c5ee1cb1c2a0e.tar.gz opensim-SC-936aee412d67edc0e143ab13213c5ee1cb1c2a0e.tar.bz2 opensim-SC-936aee412d67edc0e143ab13213c5ee1cb1c2a0e.tar.xz |
remove osGetAgentIP() this was not a good idea to have :(
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs index 6e6a0be..6be3c3f 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs | |||
@@ -144,7 +144,6 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces | |||
144 | void osSetParcelSIPAddress(string SIPAddress); | 144 | void osSetParcelSIPAddress(string SIPAddress); |
145 | 145 | ||
146 | // Avatar Info Commands | 146 | // Avatar Info Commands |
147 | string osGetAgentIP(string agent); | ||
148 | LSL_List osGetAgents(); | 147 | LSL_List osGetAgents(); |
149 | 148 | ||
150 | // Teleport commands | 149 | // Teleport commands |