add a missing return

This commit is contained in:
UbitUmarov
2019-09-18 19:09:48 +01:00
parent 63239402ae
commit d7bf623f57

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;
}
}