aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Communications/Hypergrid/HGGridServicesStandalone.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Communications/Hypergrid/HGGridServicesStandalone.cs')
-rw-r--r--OpenSim/Region/Communications/Hypergrid/HGGridServicesStandalone.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Communications/Hypergrid/HGGridServicesStandalone.cs b/OpenSim/Region/Communications/Hypergrid/HGGridServicesStandalone.cs
index 36d4b99..aa2a275 100644
--- a/OpenSim/Region/Communications/Hypergrid/HGGridServicesStandalone.cs
+++ b/OpenSim/Region/Communications/Hypergrid/HGGridServicesStandalone.cs
@@ -56,7 +56,7 @@ namespace OpenSim.Region.Communications.Hypergrid
56 /// </summary> 56 /// </summary>
57 protected LocalBackEndServices m_localBackend = new LocalBackEndServices(); 57 protected LocalBackEndServices m_localBackend = new LocalBackEndServices();
58 58
59 private Dictionary<ulong, int> m_deadRegionCache = new Dictionary<ulong, int>(); 59 //private Dictionary<ulong, int> m_deadRegionCache = new Dictionary<ulong, int>();
60 60
61 public LocalBackEndServices LocalBackend 61 public LocalBackEndServices LocalBackend
62 { 62 {