Renamed AgentAgentTransactionModule to the correct name of AgentAssetTransactionModule
parent
b618802e53
commit
5cc0bbd419
|
@ -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;
|
Loading…
Reference in New Issue