From 730e2d6d7c0e6ddc6448c4b6064498294134d67f Mon Sep 17 00:00:00 2001 From: Brian McBee Date: Sun, 20 Jan 2008 19:12:00 +0000 Subject: Check if remote simulator is up before attempting teleport. Teleport to a remote region should now fail gracefully if remote simulator is down. --- OpenSim/Framework/IClientAPI.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Framework') diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index 046688f..a84443b 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs @@ -555,7 +555,7 @@ namespace OpenSim.Framework void SendRegionTeleport(ulong regionHandle, byte simAccess, IPEndPoint regionExternalEndPoint, uint locationID, uint flags, string capsURL); - void SendTeleportFailed(); + void SendTeleportFailed(string reason); void SendTeleportLocationStart(); void SendMoneyBalance(LLUUID transaction, bool success, byte[] description, int balance); -- cgit v1.1