diff options
author | lbsa71 | 2007-11-05 09:16:42 +0000 |
---|---|---|
committer | lbsa71 | 2007-11-05 09:16:42 +0000 |
commit | e1e611452bb987a4ccce08a8a37fc8dc2d6c11bd (patch) | |
tree | 98e50f4b3474b556550259cf2c3793c31b2a651d /OpenSim/Region/Environment | |
parent | Thank you, Teravus for: Solution for 'after using physical prim with MonoSql... (diff) | |
download | opensim-SC_OLD-e1e611452bb987a4ccce08a8a37fc8dc2d6c11bd.zip opensim-SC_OLD-e1e611452bb987a4ccce08a8a37fc8dc2d6c11bd.tar.gz opensim-SC_OLD-e1e611452bb987a4ccce08a8a37fc8dc2d6c11bd.tar.bz2 opensim-SC_OLD-e1e611452bb987a4ccce08a8a37fc8dc2d6c11bd.tar.xz |
* UpdateWearable should SendOurAppearance
* Ignored some bins
Diffstat (limited to 'OpenSim/Region/Environment')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/ScenePresence.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/Environment/Scenes/ScenePresence.cs b/OpenSim/Region/Environment/Scenes/ScenePresence.cs index 05a553c..628921c 100644 --- a/OpenSim/Region/Environment/Scenes/ScenePresence.cs +++ b/OpenSim/Region/Environment/Scenes/ScenePresence.cs | |||
@@ -1091,6 +1091,8 @@ namespace OpenSim.Region.Environment.Scenes | |||
1091 | { | 1091 | { |
1092 | m_wearables[wearableId] = wearable; | 1092 | m_wearables[wearableId] = wearable; |
1093 | m_controllingClient.SendWearables(m_wearables, m_wearablesSerial++); | 1093 | m_controllingClient.SendWearables(m_wearables, m_wearablesSerial++); |
1094 | SendOurAppearance( m_controllingClient ); | ||
1095 | |||
1094 | } | 1096 | } |
1095 | } | 1097 | } |
1096 | } \ No newline at end of file | 1098 | } \ No newline at end of file |