Plumb conifg into the client views. Add config option to configure packet

dropping.
This commit is contained in:
Melanie Thielker
2009-05-02 17:31:49 +00:00
parent 011448f69a
commit 66e25abbfe
6 changed files with 31 additions and 0 deletions

View File

@@ -135,6 +135,11 @@ namespace OpenSim.Region.Framework.Scenes
{
get { return m_capsModule; }
}
public IConfigSource Config
{
get { return m_config; }
}
// Central Update Loop