diff options
author | UbitUmarov | 2019-05-02 03:11:16 +0100 |
---|---|---|
committer | UbitUmarov | 2019-05-02 03:11:16 +0100 |
commit | 3a055c578d9fb2e1f6c0c9ba47a7b8c9c5d8af48 (patch) | |
tree | 233a28a4846b7fc45eb7375d2565bdac4eff8efa /OpenSim/Region/ScriptEngine/Shared/Api/Implementation | |
parent | osLocalTeleportAgent: no region crossings :( ; check avatar access to target ... (diff) | |
download | opensim-SC-3a055c578d9fb2e1f6c0c9ba47a7b8c9c5d8af48.zip opensim-SC-3a055c578d9fb2e1f6c0c9ba47a7b8c9c5d8af48.tar.gz opensim-SC-3a055c578d9fb2e1f6c0c9ba47a7b8c9c5d8af48.tar.bz2 opensim-SC-3a055c578d9fb2e1f6c0c9ba47a7b8c9c5d8af48.tar.xz |
soem cleanup
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/Api/Implementation')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Implementation/OSSL_Api.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/OSSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/OSSL_Api.cs index a0f784e..7d3c832 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/OSSL_Api.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/OSSL_Api.cs | |||
@@ -936,7 +936,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api | |||
936 | 936 | ||
937 | Vector3 pos = presence.AbsolutePosition; | 937 | Vector3 pos = presence.AbsolutePosition; |
938 | if (!checkAllowAgentTPbyLandOwner(agentId, pos)) | 938 | if (!checkAllowAgentTPbyLandOwner(agentId, pos)) |
939 | return; | 939 | return; |
940 | 940 | ||
941 | World.RequestLocalTeleport(presence, position, velocity, lookat, flags); | 941 | World.RequestLocalTeleport(presence, position, velocity, lookat, flags); |
942 | } | 942 | } |