diff options
Diffstat (limited to 'OpenSim/Region/ClientStack')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs index 9cee590..2d0dbd3 100644 --- a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | |||
@@ -5290,11 +5290,10 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
5290 | angularVelocity = presence.AngularVelocity; | 5290 | angularVelocity = presence.AngularVelocity; |
5291 | rotation = presence.Rotation; | 5291 | rotation = presence.Rotation; |
5292 | 5292 | ||
5293 | attachPoint = 0; | ||
5294 | // m_log.DebugFormat( | 5293 | // m_log.DebugFormat( |
5295 | // "[LLCLIENTVIEW]: Sending terse update to {0} with position {1} in {2}", Name, presence.OffsetPosition, m_scene.Name); | 5294 | // "[LLCLIENTVIEW]: Sending terse update to {0} with position {1} in {2}", Name, presence.OffsetPosition, m_scene.Name); |
5296 | 5295 | ||
5297 | // attachPoint = presence.State; // Core: commented | 5296 | attachPoint = presence.State; |
5298 | collisionPlane = presence.CollisionPlane; | 5297 | collisionPlane = presence.CollisionPlane; |
5299 | velocity = presence.Velocity; | 5298 | velocity = presence.Velocity; |
5300 | acceleration = Vector3.Zero; | 5299 | acceleration = Vector3.Zero; |