diff options
author | lbsa71 | 2008-01-18 14:01:41 +0000 |
---|---|---|
committer | lbsa71 | 2008-01-18 14:01:41 +0000 |
commit | dfda3dd4d7d14af6c86bc09765f0976bfc6b18c1 (patch) | |
tree | 442251437cc7cf0f1c05f02cb7c9740e25bfa956 /OpenSim/Region/Environment/Scenes | |
parent | * Friction reduction update. (diff) | |
download | opensim-SC_OLD-dfda3dd4d7d14af6c86bc09765f0976bfc6b18c1.zip opensim-SC_OLD-dfda3dd4d7d14af6c86bc09765f0976bfc6b18c1.tar.gz opensim-SC_OLD-dfda3dd4d7d14af6c86bc09765f0976bfc6b18c1.tar.bz2 opensim-SC_OLD-dfda3dd4d7d14af6c86bc09765f0976bfc6b18c1.tar.xz |
* Fixed bug where 'taskOwnerId' would always be null in PermissionManager, hence always retuning false on GenericObjectPermission.
Diffstat (limited to 'OpenSim/Region/Environment/Scenes')
-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; |