mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 03:45:35 +08:00
Removing the ClientManager reference from IScene and hiding it entirely inside Scene as an implementation detail. This will reduce programming error and make it easier to refactor the avatar vs client vs presence mess later on
This commit is contained in:
@@ -62,7 +62,6 @@ namespace OpenSim.Framework
|
||||
RegionInfo RegionInfo { get; }
|
||||
RegionStatus RegionStatus { get; set; }
|
||||
|
||||
ClientManager ClientManager { get; }
|
||||
IConfigSource Config { get; }
|
||||
|
||||
float TimeDilation { get; }
|
||||
|
||||
Reference in New Issue
Block a user