do not set m_RegionInfoCache null on each LocalGridServicesConnector construction

LSLKeyTest
UbitUmarov 2016-07-30 22:26:31 +01:00
parent 7ae4211635
commit f4385dcd92
1 changed files with 1 additions and 1 deletions

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;