aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden
diff options
context:
space:
mode:
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