add a missing return

0.9.1.0-post-fixes
UbitUmarov 2019-09-18 19:09:48 +01:00
parent 63239402ae
commit d7bf623f57
1 changed files with 1 additions and 0 deletions

View File

@ -11299,6 +11299,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
// Really doesn't exist
m_log.WarnFormat("[llClient]: landmark asset {0} not found",lmid.ToString());
SendTeleportFailed("Could not find the landmark asset data");
return true;
}
}