diff options
Moved the AgentAssetTransactionsManager (and AgentAssetTransactions) out of CommsManager and into a module (AgentAgentTransactionModule), still needs cleaning up though.
But its one more thing out of the CommsManager. One day we will kill the CommsManager!
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/SceneObjectPart.cs')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/SceneObjectPart.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs b/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs index 5756a0b..00cabf8 100644 --- a/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs +++ b/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs | |||
@@ -1618,8 +1618,7 @@ namespace OpenSim.Region.Environment.Scenes | |||
1618 | SendFullUpdateToAllClients(); | 1618 | SendFullUpdateToAllClients(); |
1619 | 1619 | ||
1620 | SendObjectPropertiesToClient(AgentID); | 1620 | SendObjectPropertiesToClient(AgentID); |
1621 | 1621 | ||
1622 | |||
1623 | } | 1622 | } |
1624 | } | 1623 | } |
1625 | 1624 | ||