few more minor changes, needs prebuild to be ran.

This commit is contained in:
MW
2008-04-01 13:34:33 +00:00
parent f43e077150
commit cdf27ece5f
4 changed files with 8 additions and 13 deletions

View File

@@ -54,10 +54,10 @@ namespace OpenSim.Region.Examples.SimpleModule
LLVector3 pos = new LLVector3(110, 129, 27);
AddCpuCounter(regionInfo, pos);
//AddCpuCounter(regionInfo, pos);
// AddComplexObjects(regionInfo, pos);
AddAvatars();
AddFileSystemObjects();
// AddFileSystemObjects();
}
private void AddFileSystemObjects()
@@ -85,7 +85,7 @@ namespace OpenSim.Region.Examples.SimpleModule
private void AddAvatars()
{
for (int i = 0; i < 2; i++)
for (int i = 0; i < 1; i++)
{
MyNpcCharacter m_character = new MyNpcCharacter(m_scene.EventManager);
m_scene.AddNewClient(m_character, false);