aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs
diff options
context:
space:
mode:
authorUbitUmarov2017-06-27 01:41:06 +0100
committerUbitUmarov2017-06-27 01:41:06 +0100
commit936aee412d67edc0e143ab13213c5ee1cb1c2a0e (patch)
treebef08b6af3c9b78ccbfa626b6da19b3cddd8a523 /OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs
parentdont list deleted ones, that still don't know they are gone (diff)
downloadopensim-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.cs1
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