mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
Plumb conifg into the client views. Add config option to configure packet
dropping.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user