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!
This commit is contained in:
MW
2008-02-16 13:01:42 +00:00
parent 694dff3b70
commit b618802e53
9 changed files with 701 additions and 60 deletions

View File

@@ -1618,8 +1618,7 @@ namespace OpenSim.Region.Environment.Scenes
SendFullUpdateToAllClients();
SendObjectPropertiesToClient(AgentID);
}
}