aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/OSSL_Stub.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/Runtime/OSSL_Stub.cs
parentdont list deleted ones, that still don't know they are gone (diff)
downloadopensim-SC_OLD-936aee412d67edc0e143ab13213c5ee1cb1c2a0e.zip
opensim-SC_OLD-936aee412d67edc0e143ab13213c5ee1cb1c2a0e.tar.gz
opensim-SC_OLD-936aee412d67edc0e143ab13213c5ee1cb1c2a0e.tar.bz2
opensim-SC_OLD-936aee412d67edc0e143ab13213c5ee1cb1c2a0e.tar.xz
remove osGetAgentIP() this was not a good idea to have :(
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/ScriptEngine/Shared/Api/Runtime/OSSL_Stub.cs7
1 files changed, 1 insertions, 6 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/OSSL_Stub.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/OSSL_Stub.cs
index 43113b8..f5d2a3a 100644
--- a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/OSSL_Stub.cs
+++ b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/OSSL_Stub.cs
@@ -277,12 +277,6 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
277 m_OSSL_Functions.osTeleportOwner(position, lookat); 277 m_OSSL_Functions.osTeleportOwner(position, lookat);
278 } 278 }
279 279
280 // Avatar info functions
281 public string osGetAgentIP(string agent)
282 {
283 return m_OSSL_Functions.osGetAgentIP(agent);
284 }
285
286 public LSL_List osGetAgents() 280 public LSL_List osGetAgents()
287 { 281 {
288 return m_OSSL_Functions.osGetAgents(); 282 return m_OSSL_Functions.osGetAgents();
@@ -430,6 +424,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
430 { 424 {
431 return m_OSSL_Functions.osSetPenColor(drawList, color); 425 return m_OSSL_Functions.osSetPenColor(drawList, color);
432 } 426 }
427
433 // Deprecated 428 // Deprecated
434 public string osSetPenColour(string drawList, string colour) 429 public string osSetPenColour(string drawList, string colour)
435 { 430 {