supress some warnings by explict(confirm) the hide of parent fields

This commit is contained in:
UbitUmarov
2016-11-22 09:35:37 +00:00
parent 4e64445c39
commit 385a265971
2 changed files with 5 additions and 11 deletions

View File

@@ -55,9 +55,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Chat
protected List<string> FreezeCache = new List<string>();
protected string m_adminPrefix = "";
protected object m_syncy = new object();
protected IConfig m_config;
#region ISharedRegionModule Members
public virtual void Initialise(IConfigSource config)
{