mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
Renamed AgentAgentTransactionModule to the correct name of AgentAssetTransactionModule
This commit is contained in:
@@ -9,7 +9,7 @@ using OpenSim.Region.Environment.Scenes;
|
||||
|
||||
namespace OpenSim.Region.Environment.Modules
|
||||
{
|
||||
public class AgentAgentTransactionModule : IRegionModule, IAgentAssetTransactions
|
||||
public class AgentAssetTransactionModule : IRegionModule, IAgentAssetTransactions
|
||||
{
|
||||
private Dictionary<LLUUID, Scene> RegisteredScenes = new Dictionary<LLUUID, Scene>();
|
||||
private Scene m_scene = null;
|
||||
Reference in New Issue
Block a user