aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden
diff options
context:
space:
mode:
authorUbitUmarov2019-09-18 19:09:48 +0100
committerUbitUmarov2019-09-18 19:09:48 +0100
commitd7bf623f577f794377685ec25ccc0a0f7435e619 (patch)
tree0b5564c81b7bf4b662607f53820ff9ae3449ca28 /OpenSim/Region/ClientStack/Linden
parentfix wrong lludp message usage (diff)
downloadopensim-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-xOpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs1
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