diff options
author | Justin Clark-Casey (justincc) | 2010-03-26 00:10:29 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2010-03-26 00:10:29 +0000 |
commit | 87fe96ae2c48216d006a02ef22392f0838fba17f (patch) | |
tree | 877528595d04123be5dcb75a203822ba39c65f4f /OpenSim/Data/Null | |
parent | minor: some debugging information and spacing changes to group module (diff) | |
download | opensim-SC_OLD-87fe96ae2c48216d006a02ef22392f0838fba17f.zip opensim-SC_OLD-87fe96ae2c48216d006a02ef22392f0838fba17f.tar.gz opensim-SC_OLD-87fe96ae2c48216d006a02ef22392f0838fba17f.tar.bz2 opensim-SC_OLD-87fe96ae2c48216d006a02ef22392f0838fba17f.tar.xz |
replace recent IModule.GetGroup() with better GetGroupRecord(string name)
Diffstat (limited to 'OpenSim/Data/Null')
-rw-r--r-- | OpenSim/Data/Null/NullRegionData.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Data/Null/NullRegionData.cs b/OpenSim/Data/Null/NullRegionData.cs index 5b9898c..30ad747 100644 --- a/OpenSim/Data/Null/NullRegionData.cs +++ b/OpenSim/Data/Null/NullRegionData.cs | |||
@@ -40,7 +40,7 @@ namespace OpenSim.Data.Null | |||
40 | { | 40 | { |
41 | private static NullRegionData Instance = null; | 41 | private static NullRegionData Instance = null; |
42 | 42 | ||
43 | private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); | 43 | // private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); |
44 | 44 | ||
45 | Dictionary<UUID, RegionData> m_regionData = new Dictionary<UUID, RegionData>(); | 45 | Dictionary<UUID, RegionData> m_regionData = new Dictionary<UUID, RegionData>(); |
46 | 46 | ||
@@ -192,4 +192,4 @@ namespace OpenSim.Data.Null | |||
192 | return ret; | 192 | return ret; |
193 | } | 193 | } |
194 | } | 194 | } |
195 | } | 195 | } \ No newline at end of file |