mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
Check if remote simulator is up before attempting teleport. Teleport to a remote region should now fail gracefully if remote simulator is down.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user