diff options
Diffstat (limited to 'OpenSim/Region/Physics/BulletSPlugin/BSCharacter.cs')
-rw-r--r-- | OpenSim/Region/Physics/BulletSPlugin/BSCharacter.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/BulletSPlugin/BSCharacter.cs b/OpenSim/Region/Physics/BulletSPlugin/BSCharacter.cs index d694a6a..0afc437 100644 --- a/OpenSim/Region/Physics/BulletSPlugin/BSCharacter.cs +++ b/OpenSim/Region/Physics/BulletSPlugin/BSCharacter.cs | |||
@@ -901,7 +901,7 @@ public sealed class BSCharacter : BSPhysObject | |||
901 | CurrentEntityProperties = entprop; | 901 | CurrentEntityProperties = entprop; |
902 | 902 | ||
903 | // Tell the linkset about value changes | 903 | // Tell the linkset about value changes |
904 | Linkset.UpdateProperties(UpdatedProperties.EntPropUpdates, this); | 904 | // Linkset.UpdateProperties(UpdatedProperties.EntPropUpdates, this); |
905 | 905 | ||
906 | // Avatars don't report their changes the usual way. Changes are checked for in the heartbeat loop. | 906 | // Avatars don't report their changes the usual way. Changes are checked for in the heartbeat loop. |
907 | // base.RequestPhysicsterseUpdate(); | 907 | // base.RequestPhysicsterseUpdate(); |