mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 11:57:03 +08:00
More formatting cleanup. Minor refactoring.
This commit is contained in:
@@ -745,13 +745,7 @@ namespace OpenSim
|
||||
/// <param name="regionnum">The first out parameter describing the number of regions</param>
|
||||
public void GetRegionNumber(out int regionnum)
|
||||
{
|
||||
int accounter = 0;
|
||||
//List<string> regionNameList = new List<string>();
|
||||
|
||||
m_sceneManager.ForEachScene(delegate(Scene scene) {
|
||||
accounter++;
|
||||
});
|
||||
regionnum = accounter;
|
||||
regionnum = m_sceneManager.Scenes.Count;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user