mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 18:55:58 +08:00
Bug fix in remote neighbour connector.
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user