aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/LindenUDP
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-08-25 21:26:58 +0000
committerJustin Clarke Casey2008-08-25 21:26:58 +0000
commit7402c2d288045fc817c2da8ae6b336253a57b290 (patch)
treedb52a8cc35d3da5c4d41f0e2fa5d2f128a416935 /OpenSim/Region/ClientStack/LindenUDP
parentAdd the same delay factor in the XEngine section for the XEngine (diff)
downloadopensim-SC_OLD-7402c2d288045fc817c2da8ae6b336253a57b290.zip
opensim-SC_OLD-7402c2d288045fc817c2da8ae6b336253a57b290.tar.gz
opensim-SC_OLD-7402c2d288045fc817c2da8ae6b336253a57b290.tar.bz2
opensim-SC_OLD-7402c2d288045fc817c2da8ae6b336253a57b290.tar.xz
* Deal with a WebException thrown if a grid server cannot be contacted for region information
Diffstat (limited to 'OpenSim/Region/ClientStack/LindenUDP')
-rw-r--r--OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
index 8214045..a30cafd 100644
--- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
@@ -1355,7 +1355,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
1355 } 1355 }
1356 1356
1357 /// <summary> 1357 /// <summary>
1358 /// 1358 /// Inform the client that a teleport attempt has failed
1359 /// </summary> 1359 /// </summary>
1360 public void SendTeleportFailed(string reason) 1360 public void SendTeleportFailed(string reason)
1361 { 1361 {