mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
do not set m_RegionInfoCache null on each LocalGridServicesConnector construction
This commit is contained in:
@@ -51,7 +51,7 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsOut.Grid
|
||||
private static string LogHeader = "[LOCAL GRID SERVICE CONNECTOR]";
|
||||
|
||||
private IGridService m_GridService;
|
||||
static private RegionInfoCache m_RegionInfoCache = null;
|
||||
static private RegionInfoCache m_RegionInfoCache;
|
||||
|
||||
private bool m_Enabled;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user