* Deal with a WebException thrown if a grid server cannot be contacted for region information

This commit is contained in:
Justin Clarke Casey
2008-08-25 21:26:58 +00:00
parent 24456e846c
commit 7402c2d288
3 changed files with 26 additions and 7 deletions

View File

@@ -1355,7 +1355,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
}
/// <summary>
///
/// Inform the client that a teleport attempt has failed
/// </summary>
public void SendTeleportFailed(string reason)
{