mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
* minor: Just a few documentation odds and ends
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user