mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +08:00
Record the fact that child agents can have asset transactions.
Also change code to grab the agent asset transaction module once.
This commit is contained in:
@@ -216,7 +216,7 @@ namespace OpenSim.Region.CoreModules.Framework.InventoryAccess
|
||||
}
|
||||
else
|
||||
{
|
||||
IAgentAssetTransactions agentTransactions = m_Scene.RequestModuleInterface<IAgentAssetTransactions>();
|
||||
IAgentAssetTransactions agentTransactions = m_Scene.AgentTransactionsModule;
|
||||
if (agentTransactions != null)
|
||||
{
|
||||
agentTransactions.HandleItemCreationFromTransaction(
|
||||
|
||||
Reference in New Issue
Block a user