* minor: Stop friendship termination crashing the client thread if the friend to be terminated could not be found

This commit is contained in:
Justin Clarke Casey
2009-01-13 16:49:01 +00:00
parent 87eff82b28
commit 1e365df495
2 changed files with 5 additions and 2 deletions

View File

@@ -307,8 +307,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
catch (System.ObjectDisposedException)
{
m_log.Info("[UDPSERVER]: UDP Object disposed. No need to worry about this if you're restarting the simulator.");
}
}
}
/// <summary>