* UpdateWearable should SendOurAppearance

* Ignored some bins
This commit is contained in:
lbsa71
2007-11-05 09:16:42 +00:00
parent 7eff1572cb
commit e1e611452b

View File

@@ -1091,6 +1091,8 @@ namespace OpenSim.Region.Environment.Scenes
{
m_wearables[wearableId] = wearable;
m_controllingClient.SendWearables(m_wearables, m_wearablesSerial++);
SendOurAppearance( m_controllingClient );
}
}
}