mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +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:
@@ -285,7 +285,7 @@ namespace SimpleApp
|
||||
{
|
||||
}
|
||||
|
||||
public virtual void SendTeleportFailed()
|
||||
public virtual void SendTeleportFailed(string reason)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user