diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Framework/IClientAPI.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index e660dce..d63136e 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -671,7 +671,6 @@ namespace OpenSim.Framework | |||
671 | Particles = 1 << 19, | 671 | Particles = 1 << 19, |
672 | ExtraData = 1 << 20, | 672 | ExtraData = 1 << 20, |
673 | Sound = 1 << 21, | 673 | Sound = 1 << 21, |
674 | Joint = 1 << 22, | ||
675 | 674 | ||
676 | TerseUpdate = Position | Rotation | Velocity | Acceleration | AngularVelocity, | 675 | TerseUpdate = Position | Rotation | Velocity | Acceleration | AngularVelocity, |
677 | FullUpdate = 0x00ffffff, | 676 | FullUpdate = 0x00ffffff, |