mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
* Don't save attachments on saving oar, which stops them coming back as ghost prims
This commit is contained in:
@@ -293,9 +293,10 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
{
|
||||
CloseCircuit(reusedEpSender, e);
|
||||
}
|
||||
catch (Exception a)
|
||||
catch (Exception e2)
|
||||
{
|
||||
m_log.Error("[UDPSERVER]: " + a);
|
||||
m_log.ErrorFormat(
|
||||
"[CLIENT]: Exception thrown when trying to close the circuit for {0} - {1}", reusedEpSender, e2);
|
||||
}
|
||||
|
||||
// ENDLESS LOOP ON PURPOSE!
|
||||
|
||||
Reference in New Issue
Block a user