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/Runtime/OSSL_Stub.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/Runtime/OSSL_Stub.cs')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Runtime/OSSL_Stub.cs | 7 |
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 | { |