aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiverModule.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiverModule.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiverModule.cs b/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiverModule.cs
index 82ea6cf..7660546 100644
--- a/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiverModule.cs
+++ b/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiverModule.cs
@@ -66,11 +66,11 @@ namespace OpenSim.Region.CoreModules.Avatar.Inventory.Archiver
66 private CommunicationsManager m_commsManager; 66 private CommunicationsManager m_commsManager;
67 67
68 public void Initialise(Scene scene, IConfigSource source) 68 public void Initialise(Scene scene, IConfigSource source)
69 { 69 {
70 if (m_scenes.Count == 0) 70 if (m_scenes.Count == 0)
71 { 71 {
72 scene.RegisterModuleInterface<IInventoryArchiverModule>(this); 72 scene.RegisterModuleInterface<IInventoryArchiverModule>(this);
73 m_commsManager = scene.CommsManager; 73 m_commsManager = scene.CommsManager;
74 74
75 scene.AddCommand( 75 scene.AddCommand(
76 this, "load iar", 76 this, "load iar",