mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 18:55:58 +08:00
OGS1GridServices.cs
Sims should crash less in gridmode just because their neighboring regions aren't available.
This commit is contained in:
@@ -372,6 +372,10 @@ namespace OpenSim.Region.Communications.OGS1
|
||||
MainLog.Instance.Error("Remoting Error: Unable to connect to remote region.\n" + e.ToString());
|
||||
return false;
|
||||
}
|
||||
catch
|
||||
{
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
@@ -418,6 +422,10 @@ namespace OpenSim.Region.Communications.OGS1
|
||||
MainLog.Instance.Error("Remoting Error: Unable to connect to remote region.\n" + e.ToString());
|
||||
return false;
|
||||
}
|
||||
catch
|
||||
{
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
public bool AcknowledgeAgentCrossed(ulong regionHandle, LLUUID agentID)
|
||||
|
||||
Reference in New Issue
Block a user