* minor: Just a few documentation odds and ends

This commit is contained in:
Justin Clarke Casey
2008-05-18 19:51:58 +00:00
parent aa5b26a4d3
commit 682fc23e32
3 changed files with 10 additions and 8 deletions

View File

@@ -5133,14 +5133,12 @@ namespace OpenSim.Region.ClientStack.LindenUDP
if (lma == null)
{
// Failed to find landmark
TeleportCancelPacket tpCancel = (TeleportCancelPacket)PacketPool.Instance.GetPacket(PacketType.TeleportCancel);
tpCancel.Info.SessionID = tpReq.Info.SessionID;
tpCancel.Info.AgentID = tpReq.Info.AgentID;
OutPacket(tpCancel, ThrottleOutPacketType.Task);
}
try
{
lm = new AssetLandmark(lma);
@@ -5157,7 +5155,6 @@ namespace OpenSim.Region.ClientStack.LindenUDP
}
else
{
// Teleport home request
handlerTeleportHomeRequest = OnTeleportHomeRequest;
if (handlerTeleportHomeRequest != null)