fixing warnings.

This commit is contained in:
Dr Scofield
2009-02-09 10:40:12 +00:00
parent 07804f6937
commit b1739cbbfd
3 changed files with 36 additions and 36 deletions

View File

@@ -146,7 +146,7 @@ namespace OpenSim
m_configSettings.See_into_region_from_neighbor, m_config.Source, m_version);
}
void RunCommand(string module, string[] cp)
new void RunCommand(string module, string[] cp)
{
List<string> cmdparams = new List<string>(cp);
if (cmdparams.Count < 1)