Bug fix in remote neighbour connector.

This commit is contained in:
diva
2009-06-14 16:26:14 +00:00
parent 9ad33546ca
commit a0b68178b8
3 changed files with 4 additions and 3 deletions

View File

@@ -49,7 +49,7 @@ namespace OpenSim.Services.Connectors
LogManager.GetLogger(
MethodBase.GetCurrentMethod().DeclaringType);
private IGridServices m_MapService = null;
protected IGridServices m_MapService = null;
public NeighbourServicesConnector()
{