diff options
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/SceneObjectPart.cs')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/SceneObjectPart.cs | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs b/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs index ce38bee..20e761f 100644 --- a/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs +++ b/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs | |||
@@ -1572,12 +1572,7 @@ namespace OpenSim.Region.Environment.Scenes | |||
1572 | lPos = OffsetPosition; | 1572 | lPos = OffsetPosition; |
1573 | SendFullUpdateToClient(remoteClient, lPos, clientflags); | 1573 | SendFullUpdateToClient(remoteClient, lPos, clientflags); |
1574 | } | 1574 | } |
1575 | 1575 | ||
1576 | /// <summary> | ||
1577 | /// | ||
1578 | /// </summary> | ||
1579 | /// <param name="remoteClient"></param> | ||
1580 | /// <param name="lPos"></param> | ||
1581 | public void SendFullUpdateToClient(IClientAPI remoteClient, LLVector3 lPos, uint clientFlags) | 1576 | public void SendFullUpdateToClient(IClientAPI remoteClient, LLVector3 lPos, uint clientFlags) |
1582 | { | 1577 | { |
1583 | LLQuaternion lRot; | 1578 | LLQuaternion lRot; |