* UpdateWearable should SendOurAppearance

* Ignored some bins
afrisby
lbsa71 2007-11-05 09:16:42 +00:00
parent 7eff1572cb
commit e1e611452b
1 changed files with 2 additions and 0 deletions

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 );
}
}
}