diff options
author | UbitUmarov | 2016-11-22 09:35:37 +0000 |
---|---|---|
committer | UbitUmarov | 2016-11-22 09:35:37 +0000 |
commit | 385a265971372a556a94ef5f96ea61f9065c041d (patch) | |
tree | cbed01303a3aaf28487dbe572d326db7f62f1e5d /OpenSim/Region/CoreModules | |
parent | replace datetime.now on just timming by faster utcnow (diff) | |
download | opensim-SC-385a265971372a556a94ef5f96ea61f9065c041d.zip opensim-SC-385a265971372a556a94ef5f96ea61f9065c041d.tar.gz opensim-SC-385a265971372a556a94ef5f96ea61f9065c041d.tar.bz2 opensim-SC-385a265971372a556a94ef5f96ea61f9065c041d.tar.xz |
supress some warnings by explict(confirm) the hide of parent fields
Diffstat (limited to 'OpenSim/Region/CoreModules')
-rw-r--r-- | OpenSim/Region/CoreModules/Avatar/Chat/ChatModule.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Region/CoreModules/Avatar/Chat/ChatModule.cs b/OpenSim/Region/CoreModules/Avatar/Chat/ChatModule.cs index fe0a243..5164289 100644 --- a/OpenSim/Region/CoreModules/Avatar/Chat/ChatModule.cs +++ b/OpenSim/Region/CoreModules/Avatar/Chat/ChatModule.cs | |||
@@ -55,9 +55,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Chat | |||
55 | protected List<string> FreezeCache = new List<string>(); | 55 | protected List<string> FreezeCache = new List<string>(); |
56 | protected string m_adminPrefix = ""; | 56 | protected string m_adminPrefix = ""; |
57 | protected object m_syncy = new object(); | 57 | protected object m_syncy = new object(); |
58 | |||
59 | protected IConfig m_config; | 58 | protected IConfig m_config; |
60 | |||
61 | #region ISharedRegionModule Members | 59 | #region ISharedRegionModule Members |
62 | public virtual void Initialise(IConfigSource config) | 60 | public virtual void Initialise(IConfigSource config) |
63 | { | 61 | { |