aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application/HGOpenSimNode.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Application/HGOpenSimNode.cs')
-rw-r--r--OpenSim/Region/Application/HGOpenSimNode.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Application/HGOpenSimNode.cs b/OpenSim/Region/Application/HGOpenSimNode.cs
index 57c6fa3..f85c9dd 100644
--- a/OpenSim/Region/Application/HGOpenSimNode.cs
+++ b/OpenSim/Region/Application/HGOpenSimNode.cs
@@ -146,7 +146,7 @@ namespace OpenSim
146 m_configSettings.See_into_region_from_neighbor, m_config.Source, m_version); 146 m_configSettings.See_into_region_from_neighbor, m_config.Source, m_version);
147 } 147 }
148 148
149 public void RunCommand(string module, string[] cp) 149 void RunCommand(string module, string[] cp)
150 { 150 {
151 List<string> cmdparams = new List<string>(cp); 151 List<string> cmdparams = new List<string>(cp);
152 if (cmdparams.Count < 1) 152 if (cmdparams.Count < 1)