diff options
author | Teravus Ovares | 2008-05-14 19:37:33 +0000 |
---|---|---|
committer | Teravus Ovares | 2008-05-14 19:37:33 +0000 |
commit | be99ca6bc02b41962ba5ec37e3ab209c7b5a8d66 (patch) | |
tree | e719c73f1c778338dad838cda8bb5bc9e77b93a3 /OpenSim/Region/Environment/Scenes/InnerScene.cs | |
parent | * Committing missing License file for BaseHttpServer.dll (LGPL) (diff) | |
download | opensim-SC_OLD-be99ca6bc02b41962ba5ec37e3ab209c7b5a8d66.zip opensim-SC_OLD-be99ca6bc02b41962ba5ec37e3ab209c7b5a8d66.tar.gz opensim-SC_OLD-be99ca6bc02b41962ba5ec37e3ab209c7b5a8d66.tar.bz2 opensim-SC_OLD-be99ca6bc02b41962ba5ec37e3ab209c7b5a8d66.tar.xz |
* Fixed situations where objects would jump back or scale incorrectly with Scale both sides checked.
* This probably makes build tools work again. yay.
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/InnerScene.cs')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/InnerScene.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/InnerScene.cs b/OpenSim/Region/Environment/Scenes/InnerScene.cs index b7f39ca..28270aa 100644 --- a/OpenSim/Region/Environment/Scenes/InnerScene.cs +++ b/OpenSim/Region/Environment/Scenes/InnerScene.cs | |||
@@ -1001,7 +1001,7 @@ namespace OpenSim.Region.Environment.Scenes | |||
1001 | group.SendGroupTerseUpdate(); | 1001 | group.SendGroupTerseUpdate(); |
1002 | return; | 1002 | return; |
1003 | } | 1003 | } |
1004 | if (m_parentScene.ExternalChecks.ExternalChecksCanMoveObject(remoteClient.AgentId, group.UUID) || group.RootPart.m_IsAttachment) | 1004 | if (m_parentScene.ExternalChecks.ExternalChecksCanMoveObject(group.UUID, remoteClient.AgentId) || group.RootPart.m_IsAttachment) |
1005 | { | 1005 | { |
1006 | group.UpdateSinglePosition(pos, localID); | 1006 | group.UpdateSinglePosition(pos, localID); |
1007 | } | 1007 | } |