mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
Thanks diva for a patch that removes an unnecessary dependency on CommunicationsOGS1 from OGS1UserServices
This commit is contained in:
@@ -43,9 +43,9 @@ namespace OpenSim.Region.Communications.OGS1
|
||||
{
|
||||
private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
|
||||
|
||||
private CommunicationsOGS1 m_parent;
|
||||
private CommunicationsManager m_parent;
|
||||
|
||||
public OGS1UserServices(CommunicationsOGS1 parent)
|
||||
public OGS1UserServices(CommunicationsManager parent)
|
||||
{
|
||||
m_parent = parent;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user