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

@@ -27,6 +27,7 @@
using OpenMetaverse;
using OpenSim.Framework.Console;
using Nini.Config;
namespace OpenSim.Framework
{
@@ -62,6 +63,8 @@ namespace OpenSim.Framework
RegionStatus RegionStatus { get; set; }
ClientManager ClientManager { get; }
IConfigSource Config { get; }
float TimeDilation { get; }
event restart OnRestart;