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:
Brian McBee
2008-01-20 19:12:00 +00:00
parent 8ffefd2bd6
commit 730e2d6d7c
5 changed files with 73 additions and 28 deletions

View File

@@ -285,7 +285,7 @@ namespace SimpleApp
{
}
public virtual void SendTeleportFailed()
public virtual void SendTeleportFailed(string reason)
{
}