mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
fixing warnings.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user