diff options
Diffstat (limited to 'OpenSim/Region/Environment/Modules/Grid')
-rw-r--r-- | OpenSim/Region/Environment/Modules/Grid/Interregion/InterregionModule.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Environment/Modules/Grid/Interregion/InterregionModule.cs b/OpenSim/Region/Environment/Modules/Grid/Interregion/InterregionModule.cs index 40d07de..acd0e5c 100644 --- a/OpenSim/Region/Environment/Modules/Grid/Interregion/InterregionModule.cs +++ b/OpenSim/Region/Environment/Modules/Grid/Interregion/InterregionModule.cs | |||
@@ -61,7 +61,7 @@ namespace OpenSim.Region.Environment.Modules.Grid.Interregion | |||
61 | 61 | ||
62 | private readonly Dictionary<Location, string[]> m_neighbourInterfaces = new Dictionary<Location, string[]>(); | 62 | private readonly Dictionary<Location, string[]> m_neighbourInterfaces = new Dictionary<Location, string[]>(); |
63 | private readonly Dictionary<Location, RemotingObject> m_neighbourRemote = new Dictionary<Location, RemotingObject>(); | 63 | private readonly Dictionary<Location, RemotingObject> m_neighbourRemote = new Dictionary<Location, RemotingObject>(); |
64 | private IConfigSource m_config; | 64 | // private IConfigSource m_config; |
65 | private const bool m_enabled = false; | 65 | private const bool m_enabled = false; |
66 | 66 | ||
67 | private RemotingObject m_myRemote; | 67 | private RemotingObject m_myRemote; |
@@ -145,7 +145,7 @@ namespace OpenSim.Region.Environment.Modules.Grid.Interregion | |||
145 | { | 145 | { |
146 | m_myLocations.Add(new Location((int) scene.RegionInfo.RegionLocX, | 146 | m_myLocations.Add(new Location((int) scene.RegionInfo.RegionLocX, |
147 | (int) scene.RegionInfo.RegionLocY)); | 147 | (int) scene.RegionInfo.RegionLocY)); |
148 | m_config = source; | 148 | // m_config = source; |
149 | 149 | ||
150 | scene.RegisterModuleInterface<IInterregionModule>(this); | 150 | scene.RegisterModuleInterface<IInterregionModule>(this); |
151 | } | 151 | } |