do not set m_RegionInfoCache null on each LocalGridServicesConnector construction

This commit is contained in:
UbitUmarov
2016-07-30 22:26:31 +01:00
parent 7ae4211635
commit f4385dcd92

View File

@@ -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;