diff options
author | UbitUmarov | 2019-09-18 19:09:48 +0100 |
---|---|---|
committer | UbitUmarov | 2019-09-18 19:09:48 +0100 |
commit | d7bf623f577f794377685ec25ccc0a0f7435e619 (patch) | |
tree | 0b5564c81b7bf4b662607f53820ff9ae3449ca28 /OpenSim/Region/ClientStack/Linden | |
parent | fix wrong lludp message usage (diff) | |
download | opensim-SC-d7bf623f577f794377685ec25ccc0a0f7435e619.zip opensim-SC-d7bf623f577f794377685ec25ccc0a0f7435e619.tar.gz opensim-SC-d7bf623f577f794377685ec25ccc0a0f7435e619.tar.bz2 opensim-SC-d7bf623f577f794377685ec25ccc0a0f7435e619.tar.xz |
add a missing return
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden')
-rwxr-xr-x | OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs index fe05a9e..7c2a887 100755 --- a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | |||
@@ -11299,6 +11299,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
11299 | // Really doesn't exist | 11299 | // Really doesn't exist |
11300 | m_log.WarnFormat("[llClient]: landmark asset {0} not found",lmid.ToString()); | 11300 | m_log.WarnFormat("[llClient]: landmark asset {0} not found",lmid.ToString()); |
11301 | SendTeleportFailed("Could not find the landmark asset data"); | 11301 | SendTeleportFailed("Could not find the landmark asset data"); |
11302 | return true; | ||
11302 | } | 11303 | } |
11303 | } | 11304 | } |
11304 | 11305 | ||