Try to repair attachments ion the fly if they are detached and reattached.
parent
c411ab54ee
commit
e713b7e3bb
|
@ -4038,6 +4038,10 @@ if (m_animator.m_jumping) force.Z = m_animator.m_jumpVelocity; // add for ju
|
||||||
{
|
{
|
||||||
lock (m_attachments)
|
lock (m_attachments)
|
||||||
{
|
{
|
||||||
|
// This may be true when the attachment comes back
|
||||||
|
// from serialization after login. Clear it.
|
||||||
|
gobj.IsDeleted = false;
|
||||||
|
|
||||||
m_attachments.Add(gobj);
|
m_attachments.Add(gobj);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue