Minor change in HGSceneCommunicationService, making one field public readonly. Totally harmless.

0.6.2-post-fixes
diva 2008-12-29 21:26:44 +00:00
parent 57518c3624
commit 606163a9d8
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{