OGS1GridServices.cs
Sims should crash less in gridmode just because their neighboring regions aren't available.afrisby
parent
029f0e4e3d
commit
185115ee51
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue