mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 10:15:33 +08:00
Plumb conifg into the client views. Add config option to configure packet
dropping.
This commit is contained in:
@@ -135,6 +135,11 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
{
|
||||
get { return m_capsModule; }
|
||||
}
|
||||
|
||||
public IConfigSource Config
|
||||
{
|
||||
get { return m_config; }
|
||||
}
|
||||
|
||||
// Central Update Loop
|
||||
|
||||
|
||||
@@ -31,6 +31,7 @@ using System.Reflection;
|
||||
using System.Threading;
|
||||
using OpenMetaverse;
|
||||
using log4net;
|
||||
using Nini.Config;
|
||||
using OpenSim.Framework;
|
||||
using OpenSim.Framework.Console;
|
||||
using OpenSim.Framework.Communications.Cache;
|
||||
@@ -50,6 +51,11 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
|
||||
#region Fields
|
||||
|
||||
public IConfigSource Config
|
||||
{
|
||||
get { return null; }
|
||||
}
|
||||
|
||||
/// <value>
|
||||
/// All the region modules attached to this scene.
|
||||
/// </value>
|
||||
|
||||
Reference in New Issue
Block a user