mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
Minor change in HGSceneCommunicationService, making one field public readonly. Totally harmless.
This commit is contained in:
@@ -49,7 +49,7 @@ namespace OpenSim.Region.Environment.Scenes.Hypergrid
|
||||
{
|
||||
private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
|
||||
|
||||
private IHyperlink m_hg;
|
||||
public readonly IHyperlink m_hg;
|
||||
|
||||
public HGSceneCommunicationService(CommunicationsManager commsMan, IHyperlink hg) : base(commsMan)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user