add a missing return
parent
63239402ae
commit
d7bf623f57
|
@ -11299,6 +11299,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||||
// Really doesn't exist
|
// Really doesn't exist
|
||||||
m_log.WarnFormat("[llClient]: landmark asset {0} not found",lmid.ToString());
|
m_log.WarnFormat("[llClient]: landmark asset {0} not found",lmid.ToString());
|
||||||
SendTeleportFailed("Could not find the landmark asset data");
|
SendTeleportFailed("Could not find the landmark asset data");
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue